Wowza crashed after a period of time, let’s say 1 week. It crashed on several edge servers, on my edge-origin servers. It has happened to at least my 20 servers.
I am using version 2.1.2 and as of now I consider it a bug unless there is other configuration tuning.
I do the following tuning on my linux servers.
[PHP]JAVA_OPTS="-Xmx3000M"
JAVA_OPTS="$JAVA_OPTS -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+UseParNewGC"
ulimit -n 20000
fs.file-max=20000
HostPort/ProcessorCount: 2x[total-core-count] (maximum of 24) Note: The HostPort/ProcessorCount field in the Admin HostPort (/Port “8086”) should not be modified.
IdleWorkers/WorkerCount: 2x[total-core-count] (maximum of 24)
NetConnections/ProcessorCount: 2x[total-core-count] (maximum of 24)
RTP/DatagramConfiguration/UnicastIncoming/ProcessorCount: [total-core-count] (maximum of 12)
RTP/DatagramConfiguration/UnicastOutgoing/ProcessorCount: 2x[total-core-count] (maximum of 24)
RTP/DatagramConfiguration/MulticastIncoming/ProcessorCount: [total-core-count] (maximum of 12)
RTP/DatagramConfiguration/MulticastOutgoing/ProcessorCount: [total-core-count] (maximum of 12)
HandlerThreadPool/PoolSize: (300x[total-core-count])/5 (maximum of 480)
TransportThreadPool/PoolSize: (200x[total-core-count])/5 (maximum of 320)
[/PHP]
That is all I did with fine tuning on all edge servers.
Can you tell me what else should I try?
Also, how to I setup the wowza server to email me everytime it is crashed, or stop working?
Thanks