Testing heap size on HP UX with jdk 1.5 64bits
Is three a limit in the heap size for HP UX jdk1.5? -No, according to this test: /opt/java1.5/bin/IA64W/java -d64 -Xms256m -Xmx8000m -jar memtest.jar MemTest (c)jmu | mar 2016 | A simple test program Creating a byte[] of 3145728 bytes size A small piece of the array: hhhhhhhhhh Sleeping 30 secs goodbye Source code: package memtest; […]
More