Versions Compared

Key

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

...

Garbage collector (GC) is an important part of Java VM. When GC is running, it dramatically increases the server load and may stop another tasks execution, therefore stop execution of other tasks; therefore, it is recommended to minimize GC launch with the following settings in wcs-core.properties file

...