RestComm / jss7

RestComm Java SS7 Stack and Services
http://www.restcomm.com/
GNU Affero General Public License v3.0
186 stars 221 forks source link

hang on tps more than 300-400 #335

Open parsibox opened 2 years ago

parsibox commented 2 years ago

hi i have 8 m3ua links when tps goes upper than 300-400 suddenly application create too many threads and not handle packets i used 30% off memory and 3% off cpu

WhatsApp Image 2022-01-16 at 22 54 18

for tps about 200-300 everything is ok what is wrong?

parsibox commented 2 years ago

can anyone help me?

caiocf commented 2 years ago

You need configure "eventRouterThreads" from 8 to 256. Look pdf above page 12, anything asked here.

JAIN_SLEE_User_Guide.pdf

parsibox commented 2 years ago

i do not use JAIN_SLEE

nhanth87 commented 2 years ago

SS7 design as only 1 thread (factory) so if it running more than that then it's your code issue check the example directory, it can archive 10k tps without any issue