I changed the command line:
java -Xmx1024M [...]
to
java -Xmx4096M
to get rid of the warning. Is there any contraindications?
Foren
AS2
- Anmelden oder Registieren, um Kommentare verfassen zu können
I changed the command line:
java -Xmx1024M [...]
to
java -Xmx4096M
to get rid of the warning. Is there any contraindications?
Comments
albertom, this passes more…
albertom,
this passes more heap to the JVM. If this fails you will see it immediatly - the JVM will not come up.
Regards