FMIS restarting and memory issue
I have Flash Media Interactive Server 3.5.5 on Windows 2008 server. I developed video chat application (many to many), it's only 1 FMS application with about 50-100 room instances and 1 lobby instance to which all users are connected. There are up to 600 - 700 users at a time which produce about 2000-2500 connections to FMS.
Problem I have is with steady raise of memory usage, which if goes little above 2GB will make FMS unresponsive and it would restart itself after about 1-2hours. To avoid that Im restarting FMS manualy every 3-4 days. Interesting thing I noticed is that if I restart FMS from admin console, used RAM memory won't fall at levels as if it would right after whole Windows server is restarted.
In my Application.xml there are following configs:
<Scope></Scope>
<Distribute numprocs="3">Instances</Distribute>
These are things from logs during FMS unresponsive period or right before it:
master.log
2011-05-21 22:01:11 996 (i)2581223 Core (3592) is no longer active. -
2011-05-21 22:01:16 996 (i)2581223 Core (1868) is no longer active. -
admin.log
2011-05-21 22:01:06 2832 (i)2581242 Core (3592) disconnected : _defaultRoot_:_defaultVHost_:::_0. -
2011-05-21 22:01:09 2832 (i)2581242 Core (1868) disconnected : _defaultRoot_:_defaultVHost_:::_1. -
edge.log
2011-05-21 14:22:23 840 (e)2661034 Connect failed ( , -1 ) : Connect failed: (10061) -
2011-05-21 14:23:05 840 (e)2661034 Connect failed ( , -1 ) : Connect failed: (10061) -
2011-05-21 22:01:06 840 (i)2581250 Edge disconnected from core (3592). -
2011-05-21 22:01:09 840 (i)2581250 Edge disconnected from core (1868). -
access.log
session disconnect 2011-05-21 21:29:06 6632 68.191.113.251 29476 39743 - - - - 200 -
session disconnect 2011-05-21 21:29:06 6632 72.198.193.1 4759 6837 - - - - 200 -
session disconnect 2011-05-21 21:29:06 6632 83.70.249.91 11996 14797 - - - - 200 -
session disconnect 2011-05-21 21:29:06 6632 108.8.209.2 57227 76111 - - - - 200 -
session disconnect 2011-05-21 21:29:06 6632 212.183.140.17 3073 3595 - - - - 200 -
Please help me with this issue.
