Hey George,

If the Virtual Hypervisor resources are shared in a balanced way it should not 
affect your use case.
The first tool you need is "lsof" and not netstat since it has much more 
details.
And Before diving into anything at all my recommendation is to upper the basic 
ulimits to 65535 for the hard and 16384 for the soft.
If you need help on how to put it all together let me know and I will try to 
help you with it.
Specifically on RedHat 6.X to apply a ulimit you need to set it on the first 
lines of the init.d script like:
ulimit -Hn 65535
ulimit -Sn 16384

The above should allow your system to overcome couple scenarios of the system 
"overload".
If it works then it should be considered as a good solution.

Eliezer

----
Eliezer Croitoru
Linux System Administrator
Mobile+WhatsApp: +972-5-28704261
Email: elie...@ngtech.co.il


-----Original Message-----
From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On Behalf 
Of georgej
Sent: Friday, October 14, 2016 4:45 PM
To: squid-users@lists.squid-cache.org
Subject: Re: [squid-users] Squid is not responding when the number of 
connection exceeds

The server is hosted in VMware



--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-is-not-responding-when-the-number-of-connection-exceeds-tp4680091p4680103.html
Sent from the Squid - Users mailing list archive at Nabble.com.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to