While it has memory left it will start running slower since a lot of
unfreed memory means a complex runtime memory allocation.

Eventually it will crash.

If you run as root in *Nix I could imagine the system running out of
resource and becoming unresponsive.

If you run as non-root in *Nix with proper ulimit set you can have your
hlds die gracefully at the memory limit of choice, somewhere around 250
mb I imagine would be enough. Think it's the VMSIZE argument something.

//JT




-----Ursprungligt meddelande-----
Från: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] För Stan Bubrouski
Skickat: den 8 januari 2006 23:29
Till: hlds_linux@list.valvesoftware.com
Ämne: Re: [hlds_linux] Memory usage

Won't hlds just crash when it runs out of memory?  Its not like
allocating memory is an optional part of program execution.

-sb

On 1/8/06, Kyle Lutze <[EMAIL PROTECTED]> wrote:
> I'm curious, why don't you guys try running in a quota'ed environment
so
> *ds can't use more than 30% of your cpu and no more than 150megs of
ram.
> Also, run it in gdb, so gdb ./srcds or whatever, then in gdb go run
+all
>   -options +here
>
> make sure it won't restart on crash
> when it crashes, run backtrace, then post the backtrace, the crash
> error, what version of *ds you are using, that could help a lot in
> debugging these issues
>
> Kyle
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to