Re: Out of socket memory

2007-09-19 Thread Robert Hancock
Ilya Eremin wrote: Hello, I am running a P2P related server, which has many connections to it at one time (about 100,000 at peak times). But I have been getting eserver invoked oom-killer: gfp_mask=0xd0, order=0, oomkilladj=0 errors followed by Out of socket memory I believe this is related

Out of socket memory

2007-09-19 Thread Ilya Eremin
Hello, I am running a P2P related server, which has many connections to it at one time (about 100,000 at peak times). But I have been getting eserver invoked oom-killer: gfp_mask=0xd0, order=0, oomkilladj=0 errors followed by Out of socket memory I believe this is related to rmem, but I am

Out of socket memory

2007-09-19 Thread Ilya Eremin
Hello, I am running a P2P related server, which has many connections to it at one time (about 100,000 at peak times). But I have been getting eserver invoked oom-killer: gfp_mask=0xd0, order=0, oomkilladj=0 errors followed by Out of socket memory I believe this is related to rmem, but I am

Re: Out of socket memory

2007-09-19 Thread Robert Hancock
Ilya Eremin wrote: Hello, I am running a P2P related server, which has many connections to it at one time (about 100,000 at peak times). But I have been getting eserver invoked oom-killer: gfp_mask=0xd0, order=0, oomkilladj=0 errors followed by Out of socket memory I believe this is related

Re: Out of socket memory? (2.4.0-test11)

2000-12-07 Thread Dan Kegel
e been trying the 2.4 > > development kernels as they come out and I've been tweaking the /proc > > filesystem variables but so far nothing seems to have fixed the > > problem. The problem is that I get "Out of socket memory" errors and the > > networking loc

Re: Out of socket memory? (2.4.0-test11)

2000-12-07 Thread kuznet
Hello! > What am I doing wrong? You change parameters without investigating why failure happened. This approach cannot succeed, of course. > problem? Is there any way I can get runtime information from the kernel on > things like amount of socket memory used and amount available? cat

Re: Out of socket memory? (2.4.0-test11)

2000-12-07 Thread Andi Kleen
I've been trying the 2.4 > development kernels as they come out and I've been tweaking the /proc > filesystem variables but so far nothing seems to have fixed the > problem. The problem is that I get "Out of socket memory" errors and the > networking locks up. Someti

Re: Out of socket memory? (2.4.0-test11)

2000-12-07 Thread Dan Kegel
ment kernels as they come out and I've been tweaking the /proc > filesystem variables but so far nothing seems to have fixed the > problem. The problem is that I get "Out of socket memory" errors and the > networking locks up... FWIW, the code that prints this is in ipv4/tcp_timer.

Re: Out of socket memory? (2.4.0-test11)

2000-12-07 Thread Dan Kegel
out and I've been tweaking the /proc filesystem variables but so far nothing seems to have fixed the problem. The problem is that I get "Out of socket memory" errors and the networking locks up... FWIW, the code that prints this is in ipv4/tcp_timer.c and it looks like it's a

Re: Out of socket memory? (2.4.0-test11)

2000-12-07 Thread Andi Kleen
the 2.4 development kernels as they come out and I've been tweaking the /proc filesystem variables but so far nothing seems to have fixed the problem. The problem is that I get "Out of socket memory" errors and the networking locks up. Sometimes the server will go for weeks without

Re: Out of socket memory? (2.4.0-test11)

2000-12-07 Thread kuznet
Hello! What am I doing wrong? You change parameters without investigating why failure happened. This approach cannot succeed, of course. problem? Is there any way I can get runtime information from the kernel on things like amount of socket memory used and amount available? cat

Re: Out of socket memory? (2.4.0-test11)

2000-12-06 Thread Daniel Walton
I'm not quite clear how the settings under /proc/sys/vm/* would effect the problem. I neglected to mention in my previous post that all web content is served directly from the memory of the web server (no file accesses). The only file accesses that happen are from a MySQL server which

Out of socket memory? (2.4.0-test11)

2000-12-06 Thread Daniel Walton
the /proc filesystem variables but so far nothing seems to have fixed the problem. The problem is that I get "Out of socket memory" errors and the networking locks up. Sometimes the server will go for weeks without running into the problem and other times it'll last 30 minutes. The

Out of socket memory? (2.4.0-test11)

2000-12-06 Thread Daniel Walton
the /proc filesystem variables but so far nothing seems to have fixed the problem. The problem is that I get "Out of socket memory" errors and the networking locks up. Sometimes the server will go for weeks without running into the problem and other times it'll last 30 minutes. The

Re: Out of socket memory? (2.4.0-test11)

2000-12-06 Thread Daniel Walton
I'm not quite clear how the settings under /proc/sys/vm/* would effect the problem. I neglected to mention in my previous post that all web content is served directly from the memory of the web server (no file accesses). The only file accesses that happen are from a MySQL server which