OutOfMemoryError
I'm using jBuilder 2006. I am trying to increase the heap size by setting the -Xmx to 256M in all config files, but using Runtime.getRuntime().maxMemory(), it returns the value of app 66M.The physical RAM is 512 MB, the OS is XP.Any suggestions ?
[268 byte] By [
gonenza] at [2007-10-3 1:42:05]

You are probably setting the -Xmx parameter in the wrong place, so that Java isn't picking it up.The 66 megabyte value you see is probably 64 MB, which is the default max. memory size for Java on Windows.