OpenVZ Forum


Home » General » Support » *SOLVED* Out of Socket Memory on the Hardware Node
Re: Out of Socket Memory on the Hardware Node [message #10261 is a reply to message #10253] Wed, 14 February 2007 07:30 Go to previous messageGo to previous message
Vasily Tarasov is currently offline  Vasily Tarasov
Messages: 1345
Registered: January 2006
Senior Member
Hello,

Unfortunately, I can't provide you an exact formula. I can only inform you under which conditions the message "Out of socket memory" appears:

Let 'count' is the number of orphaned sockets for some VE.

if (count > (VE.numtcpsock.barrier / 4) )
---> output the message

if (count > sysctl_tcp_max_orphans)
---> output the message

if (tcp_memmory_allocated > sysctl_tcp_mem[2])
---> output the message

(this is right for 028test series. I think, it's the same for 023stable series)

HTH,
Vasily.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: *SOLVED* Graphical Desktops cause othersockbuf failures
Next Topic: *SOLVED* Etch Packages from debian.systs.org broken?
Goto Forum:
  


Current Time: Sun Jul 06 03:47:11 GMT 2025

Total time taken to generate the page: 0.02543 seconds