how to set initiao heap size?
Today ,when I start javac,it appear a error:Invalid initial heap size:-Xms8mcould not create tht java virtual machineThank you very much.
[172 byte] By [
bravlee] at [2007-9-26 1:14:26]

I suppose you're running it on Linux, as there is no problem with setting the initial heap size in Win platform (using -J-XmsXXm switch, where XX=the memory size).For Linux, refer to http://developer.java.sun.com/developer/bugParade/bugs/4480063.html
Looks at 2007-6-29 0:31:40 >
