Re: [hlds_linux] L4D / SRCDS Linux - Memory leak.

2009-04-20 Thread Ben
I agree. L4D isn't as much of an issue as it appears to restart itself frequently when it goes from in-use to hibernating. But for other games like TF2, CSS etc. chucking a 0 5 * * * killall srcds_i486 into the crontab of the user running your games servers is useful, as long as the startup

Re: [hlds_linux] L4D / SRCDS Linux - Memory leak.

2009-04-20 Thread David A. Parker
Like ics said, you can't necessarily go by the amount of memory the OS says is used. Once a process is given some amount of memory, Linux earmarks that memory as used. However, if it's not actually being used and another process needs it, it will get reallocated. The following is the output

Re: [hlds_linux] L4D / SRCDS Linux - Memory leak.

2009-04-20 Thread Peter Lindblom
i...@ics-base.net To: Half-Life dedicated Linux server mailing list hlds_linux@list.valvesoftware.com Sent: Sunday, April 19, 2009 10:43 PM Subject: Re: [hlds_linux] L4D / SRCDS Linux - Memory leak. Linux reserves all memory to its use so for example cmd top may show thata all memory is used

Re: [hlds_linux] L4D / SRCDS Linux - Memory leak.

2009-04-20 Thread Milton Ngan
[mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of Peter Lindblom Sent: Monday, April 20, 2009 11:11 AM To: Half-Life dedicated Linux server mailing list Subject: Re: [hlds_linux] L4D / SRCDS Linux - Memory leak. To get a good picture of the servers use of memory we have to look at more

Re: [hlds_linux] L4D / SRCDS Linux - Memory leak.

2009-04-20 Thread David A. Parker
list Subject: Re: [hlds_linux] L4D / SRCDS Linux - Memory leak. To get a good picture of the servers use of memory we have to look at more then top as ics say. If I look at top on our servers I se 15% mem is used by one instance of srcds, the other 3 is using less then 4%. If I then does

Re: [hlds_linux] L4D / SRCDS Linux - Memory leak.

2009-04-20 Thread 1nsane
Message- From: hlds_linux-boun...@list.valvesoftware.com [mailto: hlds_linux-boun...@list.valvesoftware.com] On Behalf Of Peter Lindblom Sent: Monday, April 20, 2009 11:11 AM To: Half-Life dedicated Linux server mailing list Subject: Re: [hlds_linux] L4D / SRCDS Linux - Memory leak

Re: [hlds_linux] L4D / SRCDS Linux - Memory leak.

2009-04-20 Thread Steven Sumichrast
...@list.valvesoftware.com] On Behalf Of Peter Lindblom Sent: Monday, April 20, 2009 11:11 AM To: Half-Life dedicated Linux server mailing list Subject: Re: [hlds_linux] L4D / SRCDS Linux - Memory leak. To get a good picture of the servers use of memory we have to look at more then top

Re: [hlds_linux] L4D / SRCDS Linux - Memory leak.

2009-04-20 Thread Rick Payton
...@list.valvesoftware.com] On Behalf Of Steven Sumichrast Sent: Monday, April 20, 2009 11:43 AM To: Half-Life dedicated Linux server mailing list Subject: Re: [hlds_linux] L4D / SRCDS Linux - Memory leak. Is that a sourcemod plugin you're using or something else? Could you share? (Sorry I can't

[hlds_linux] L4D / SRCDS Linux - Memory leak.

2009-04-19 Thread Peex
Hello, I have been managing an L4D srcds server for 3 months, and unfortunately, I can't solve a memory problem. srcds_i486 grows in memory and never decreases (except, of course, when it crashes...) I'm running srcds_i486 on FreeBSD, and my first reaction was to accuse BSD about a bad Linux

Re: [hlds_linux] L4D / SRCDS Linux - Memory leak.

2009-04-19 Thread ics
Install more memory to the machine or reboot the gameserver(s) more often to free some. It wont free any by itself. Srcds has always been leaking memory and it looks like that it will always will. -ics Peex kirjoitti: Hello, I have been managing an L4D srcds server for 3 months, and

Re: [hlds_linux] L4D / SRCDS Linux - Memory leak.

2009-04-19 Thread Peter Lindblom
Linux dont use memory as Windows does. Its not a problem... Peter - Original Message - From: Peex p...@altern.org To: hlds_linux@list.valvesoftware.com Sent: Sunday, April 19, 2009 5:27 PM Subject: [hlds_linux] L4D / SRCDS Linux - Memory leak. Hello, I have been managing an L4D

Re: [hlds_linux] L4D / SRCDS Linux - Memory leak.

2009-04-19 Thread Guillaume Parent
What the heck? Of course it's a problem! Nobody wants his box to leak memory until a crash inevitably happens! Linux dont use memory as Windows does. Its not a problem... Peter ___ To unsubscribe, edit your list preferences, or view the list

Re: [hlds_linux] L4D / SRCDS Linux - Memory leak.

2009-04-19 Thread ics
Linux reserves all memory to its use so for example cmd top may show thata all memory is used but when the all memory is really on use (as shown with cmd free), the server first starts swap to disk and when swap (that's usually 2x the memory installed) runs out, shit hits the fan. Just kill

Re: [hlds_linux] L4D / SRCDS Linux - Memory leak.

2009-04-19 Thread Andrew Armstrong
, Andrew -Original Message- From: hlds_linux-boun...@list.valvesoftware.com [mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of ics Sent: Monday, 20 April 2009 6:44 AM To: Half-Life dedicated Linux server mailing list Subject: Re: [hlds_linux] L4D / SRCDS Linux - Memory leak. Linux