Versions Compared

Key

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

...

Backed server update should be done the same way.

Installation to a different Java versions

JDK 12 or 14

The following settings should be removed from wcsoam-core.properties file

Code Block
themeRDark
-XX:+UseConcMarkSweepGC
-XX:+PrintGCDateStamps
-XX:+PrintGCDetails

The following setting

Code Block
themeRDark
-Xloggc:/usr/local/FlashphonerWebCallServer/logs/gc-core-

should be replaced by

Code Block
themeRDark
-Xlog:gc*:/usr/local/FlashphonerWebCallServer/logs/gc-core-:time

JDK 15

In addition to setting changing for JDK 12 or 14, the following settings should be removed from wcsoam-core.properties file

Code Block
themeRDark
-XX:+UseCMSInitiatingOccupancyOnly
-XX:CMSInitiatingOccupancyFraction=70