heap memory in linux

Profile picture for user albertom

I changed the command line:

java -Xmx1024M [...]

to

java -Xmx4096M

to get rid of the warning. Is there any contraindications?

Forum
AS2

Comments

Profile picture for user service

albertom,

this passes more heap to the JVM. If this fails you will see it immediatly - the JVM will not come up.

Regards