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 execution of other tasks; therefore, it is recommended to minimize GC launch with the number of GC invocations using the following settings in wcs-core.properties file

...