-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Another question about memory allocation. Node information says: > > Maximum memory the JVM will allocate 130,112 KiB > Memory currently allocated by the JVM 130,112 KiB > > > But task manager says that javaw.exe has ca. 160 000 K allocated (it has > grown in the last two days to this size). Which part seems to be ignoring > what here?
Its simple. JVM reports amount of memory allocated to your application heap (this is the memory used for for objects that your application creates). JVM also requests from the system certain additional memory to manage its internal structures - hence the difference. Regards, Victor Denisov. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDhgX+1RzgtNlvsKoRAicxAJ9eg6Lvs7H7eTi4kMJGSPn+OiDPSQCggMRm KMisj2PrZoGONvqZRnq5vn4= =pRjp -----END PGP SIGNATURE-----