I need to configure a node so that when Java is call, the memory
option, -Xmx1850M, is used.  I.e.,

$ java -version
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.

but

$ java -Xmx1850M  -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)

Is there a way to configure jenkins so that a particular node
invokes java with an option?

Thx....John Cary

Reply via email to