Skip to Content
0
Jul 24, 2008 at 09:02 AM

JVM memory of job

58 Views

Hi

I had a problem with max. memory used by the dispatcher to work on his jobs.

Job terminated with an error similar to "not sufficient memory"

Open "Dispatcher_template.prop" in the install directory and extend the javaoptions to:

JAVAOPTIONS=-Xmx512M

Open Idm Center and Regenerate the dispatcher scripts and stop / start the dispatcher.

=> Then the java process should be started with 512 MB maximal RAM. This solved my problem.

Martin