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