Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
-Xmx16g -Xms16g

Known issues

1. By default, no more than 1000 streams are pulled

Symptoms: if subscribers quantity set to more than 1000, only 998 streams are pulled

Solution: maximum agent ports number is limited to 999 by default:

Code Block
languagebash
themeRDark
wcs_agent_port_from=34001
wcs_agent_port_to=35000

To expand this limit, the following parameter should be increased

Code Block
languagebash
themeRDark
wcs_agent_port_to=35000

in flashphoner.properties file.