Free Application memory

Started by Sympology, August 13, 2009, 05:52:41 PM

Previous topic - Next topic

Sympology

Quite a complex one and not sure if this is even possible.

On a standard Windows 32bit system, the system will allocate 2gb address space to Kernal, 2gb to apps (unless you do /3gb which then 3gb is allocated to app, 1gb to kernal)

Is there a way to see how the address space free for apps?

Victor Kirhenshtein

Hello!

Attached is a simple program that will print size of address space available to applications in megabytes. It will show 2047 for 2GB mode, and something near 3072 for 3GB mode. I can add this as agent's parameter in next release.

Best regards,
Victor