Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you want to increase the heap space for only one Job you can do it in the job configuration: http://www.sos-berlin.com/doc/en/scheduler.doc/xml/job.xml#attribute_java_options

Code Block
 <job java_options = "-Xmx512m"/>

Increment for all Jobs using Java

...