[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Problem in submitting Java job to Condor



Natarajan, Senthil wrote:
Hi,


java -Xss50M classname Here my question is how to specify that it needs to use -Xss50M

If you are running a recent condor 6.7, you can use the java_vm_args option in the submit file:


Universe = java
executable = CS1501A2.class
java_vm_args = -Xss50M
arguments  = CS1501A2

...
queue