Skip to main content
Participant
April 22, 2013
Question

How many rtmp connections does fms keep ?

  • April 22, 2013
  • 1 reply
  • 979 views

I inspected how many rtmp connections does fms keep.

I tried to create next connection after 1940 rtmp connections, so All disconnected !

Server still had enough CPU and memory.

I created only SharedObject, without NetStream.

Why?

This is limit ?

server specification

H/W R410

OS CentOS 5.4

HDD 146G

Mem 24G

Someone, Have any ideas ?

Please help me.

This topic has been closed for replies.

1 reply

April 23, 2013

Hi,

Which FMS version are you using? Also, can you please check the fms logs if any error or warning is logged?

tetsuyanhAuthor
Participant
April 23, 2013

Thank to replay.

FMS version is 5. (Adobe Media Server)

I checked os logs, and found error.

------------------------------------------------------------------------------

JavaScript runtime is out of memory; server shutting down instance (Adaptor: _defaultRoot_, VHost: _defaultVHost_, App: chat/debug_manychat). Check the JavaScript runtime size for this application in the configuration file.

------------------------------------------------------------------------------

I understood my application has not enough memory.

So, I changed 'RuntimeSize' at Application.xml from 1024 to 102400.

Then, My application accepted 5000 connections, and more.

Thanks a lot !