Versions Compared

Key

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

...

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 The JAVA_OPTS environment variable can now be set which allows to modify the resource usage of Java to be tweaked. More specifically, you can halve the Java Stack Size from 2MB to 1MB.

e.g. $JAVA_OPTS=-Xss1024KThis halves the Stack Size from 2MB to 1MB.

...