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

[Condor-users] JVM arguments



I've looked through the documents, and I don't see a way to pass arguments to the JVM in the
submit file.

eg,

java -xm256m  some.package.foo

where the -xm256m is used to allocate memory for the JVM, not as an argument to the java application.

What's the best way to do this?