NetXMS Support Forum

English Support => General Support => Topic started by: Sympology on August 13, 2009, 05:52:41 PM

Title: Free Application memory
Post by: Sympology on August 13, 2009, 05:52:41 PM
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?
Title: Re: Free Application memory
Post by: Victor Kirhenshtein on August 13, 2009, 06:50:12 PM
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