VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
jolexpert at gmail.com Guest
|
Posted: Mon Dec 05, 2022 3:31 am Post subject: [Freeswitch-users] 3. Re: critical error max queue size reac |
|
|
not too much things, I just have this config in event_socket xml fie
<configuration name="event_socket.conf" description="Socket Client">
<settings>
<param name="nat-map" value="false"/>
<param name="listen-ip" value="127.0.0.1"/>
<param name="listen-port" value="8021"/>
<param name="password" value="ClueCon"/>
</settings>
</configuration>
~
Quote: |
---------- Forwarded message ----------
From: Kakiman Expert <jolexpert@gmail.com (jolexpert@gmail.com)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Cc:
Bcc:
Date: Wed, 30 Nov 2022 14:12:34 +0100
Subject: [Freeswitch-users] critical error max queue size reached
Hello,
on my freeswitch 1.10.6-release-18 , i have a lot of critical error in the freeswitch.log, and that's saturate the disk partition and stops freeswitch
do you know how to solve this critical issue ? here is the error message i receive on freeswitch
[CRIT] mod_event_socket.c:188 Log enqueue ERROR [11] | [Resource temporarily unavailable] Queue size: [100000/100000] Max queue size reached
thanks
---------- Forwarded message ----------
From: <krice@freeswitch.org (krice@freeswitch.org)>
To: "'FreeSWITCH Users Help'" <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Cc:
Bcc:
Date: Wed, 30 Nov 2022 10:22:36 -0600
Subject: Re: [Freeswitch-users] critical error max queue size reached
Let me guess you have an external application subscribed to events via ESL? If so your external app isnt consuming the events fast enough and you need to address that either by increasing the speed of your app, or reducing the events its subscribed to.
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Kakiman Expert
Sent: Wednesday, November 30, 2022 7:13 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: [Freeswitch-users] critical error max queue size reached
Hello,
on my freeswitch 1.10.6-release-18 , i have a lot of critical error in the freeswitch.log, and that's saturate the disk partition and stops freeswitch
do you know how to solve this critical issue ? here is the error message i receive on freeswitch
[CRIT] mod_event_socket.c:188 Log enqueue ERROR [11] | [Resource temporarily unavailable] Queue size: [100000/100000] Max queue size reached
thanks
---------- Forwarded message ----------
From: Gregor Nanger <gregor@infomedia.si (gregor@infomedia.si)>
To: FreeSWITCH Users Help <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Cc:
Bcc:
Date: Wed, 30 Nov 2022 19:37:51 +0100
Subject: Re: [Freeswitch-users] critical error max queue size reached
Is there a way to check queue size?
On Wed, 30 Nov 2022 at 17:23, <krice@freeswitch.org (krice@freeswitch.org)> wrote:
Quote: |
Let me guess you have an external application subscribed to events via ESL? If so your external app isnt consuming the events fast enough and you need to address that either by increasing the speed of your app, or reducing the events its subscribed to.
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Kakiman Expert
Sent: Wednesday, November 30, 2022 7:13 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: [Freeswitch-users] critical error max queue size reached
Hello,
on my freeswitch 1.10.6-release-18 , i have a lot of critical error in the freeswitch.log, and that's saturate the disk partition and stops freeswitch
do you know how to solve this critical issue ? here is the error message i receive on freeswitch
[CRIT] mod_event_socket.c:188 Log enqueue ERROR [11] | [Resource temporarily unavailable] Queue size: [100000/100000] Max queue size reached
thanks
|
|
|
|
Back to top |
|
|
brian at freeswitch.com Guest
|
Posted: Thu Dec 08, 2022 12:31 am Post subject: [Freeswitch-users] 3. Re: critical error max queue size reac |
|
|
It only means you're not reading off the socket fast enough and the queue filled up.
On Mon, Dec 5, 2022 at 2:05 AM Kakiman Expert <jolexpert@gmail.com (jolexpert@gmail.com)> wrote:
Quote: | not too much things, I just have this config in event_socket xml fie
<configuration name="event_socket.conf" description="Socket Client">
<settings>
<param name="nat-map" value="false"/>
<param name="listen-ip" value="127.0.0.1"/>
<param name="listen-port" value="8021"/>
<param name="password" value="ClueCon"/>
</settings>
</configuration>
~
Quote: |
---------- Forwarded message ----------
From: Kakiman Expert <jolexpert@gmail.com (jolexpert@gmail.com)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Cc:
Bcc:
Date: Wed, 30 Nov 2022 14:12:34 +0100
Subject: [Freeswitch-users] critical error max queue size reached
Hello,
on my freeswitch 1.10.6-release-18 , i have a lot of critical error in the freeswitch.log, and that's saturate the disk partition and stops freeswitch
do you know how to solve this critical issue ? here is the error message i receive on freeswitch
[CRIT] mod_event_socket.c:188 Log enqueue ERROR [11] | [Resource temporarily unavailable] Queue size: [100000/100000] Max queue size reached
thanks
---------- Forwarded message ----------
From: <krice@freeswitch.org (krice@freeswitch.org)>
To: "'FreeSWITCH Users Help'" <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Cc:
Bcc:
Date: Wed, 30 Nov 2022 10:22:36 -0600
Subject: Re: [Freeswitch-users] critical error max queue size reached
Let me guess you have an external application subscribed to events via ESL? If so your external app isnt consuming the events fast enough and you need to address that either by increasing the speed of your app, or reducing the events its subscribed to.
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Kakiman Expert
Sent: Wednesday, November 30, 2022 7:13 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: [Freeswitch-users] critical error max queue size reached
Hello,
on my freeswitch 1.10.6-release-18 , i have a lot of critical error in the freeswitch.log, and that's saturate the disk partition and stops freeswitch
do you know how to solve this critical issue ? here is the error message i receive on freeswitch
[CRIT] mod_event_socket.c:188 Log enqueue ERROR [11] | [Resource temporarily unavailable] Queue size: [100000/100000] Max queue size reached
thanks
---------- Forwarded message ----------
From: Gregor Nanger <gregor@infomedia.si (gregor@infomedia.si)>
To: FreeSWITCH Users Help <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Cc:
Bcc:
Date: Wed, 30 Nov 2022 19:37:51 +0100
Subject: Re: [Freeswitch-users] critical error max queue size reached
Is there a way to check queue size?
On Wed, 30 Nov 2022 at 17:23, <krice@freeswitch.org (krice@freeswitch.org)> wrote:
Quote: |
Let me guess you have an external application subscribed to events via ESL? If so your external app isnt consuming the events fast enough and you need to address that either by increasing the speed of your app, or reducing the events its subscribed to.
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Kakiman Expert
Sent: Wednesday, November 30, 2022 7:13 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: [Freeswitch-users] critical error max queue size reached
Hello,
on my freeswitch 1.10.6-release-18 , i have a lot of critical error in the freeswitch.log, and that's saturate the disk partition and stops freeswitch
do you know how to solve this critical issue ? here is the error message i receive on freeswitch
[CRIT] mod_event_socket.c:188 Log enqueue ERROR [11] | [Resource temporarily unavailable] Queue size: [100000/100000] Max queue size reached
thanks
|
|
_________________________________________________________________________
The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.
Join our online community to chat in real time https://signalwire.community
Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com
Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
https://freeswitch.com |
--
Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url] [url=https://twitter.com/freeswitch] |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|