Versions Compared

Key

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

Problem

If the Workbench server is constrained for resources, there is a possibility that Workbench will show errors in workbench log file mci.log soon after startup.

Solution

A JAVA_OPTS environment variable can now be set which allows the resource usage of Java to be tweaked.The error above was mitigated by halving

e.g. $JAVA_OPTS=-Xss1024K

This halves the Stack Size from 2MB to 1MB.The technical setting is $JAVA_OPTS=-Xss1024K

...