
Signature
XML is the programmer's duct tape.
Nope, I've tried the m and it's specified as lower case in the docs.
I would like to use -Xms=512m -Xms1000m.
>> I've tried every permutation of memory size with -Xms/-Xms on Windows
>> XP running 1.5.0_04-b05. I always get the "Invalid initial heap size"
[quoted text clipped - 5 lines]
>
>Ray
dev null - 06 Jul 2005 20:49 GMT
Try
java -Xms512m -Xmx1000m (class or other options)
Note the lack of an equals sign, and the Xmx for max (you list -Xms
twice...)
>Nope, I've tried the m and it's specified as lower case in the docs.
>I would like to use -Xms=512m -Xms1000m.
[quoted text clipped - 8 lines]
>>
>>Ray