JAVA invalid maximum heap size. The specified size exceeds the maximum representable size -
i have run command fix code xml file:
java -xmx5g -cp .:jsoup-1.8.2.jar checksyntax test.xml > test2.xml
but gives me error:
invalid maximum heap size: -xmx5g specified size exceeds maximum representable size.
how can make work?
if jvm 32-bit cannot use switch -d64
Comments
Post a Comment