Versions Compared

Key

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

...

  • JOC Cockpit can be operated from initially 128 MB heap size with -Xms128m.
  • Heap size can grow up to the specified maximum -Xmx500m based on performance indicators such as
    • the number users working with JOC Cockpit,
    • the number of inventory items such as workflows, schedules etc.
  • The above values should work for up to 5 parallel approx. 10 concurrent users.


Code Block
languagebash
titleSpecify minimum and maximum heap size for Controllers
# No Default value

# Recommended: limit initial and max. heap size
JAVA_OPTIONS="-Xms500m -Xmx1g"

...