Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → [EN] Tech Support → xmalloc_real: out of memory

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 4

1

Topic: xmalloc_real: out of memory

on my bnetd log server :
Oct 07 15:18:16 [fatal] xmalloc_real: out of memory (from
/home/pvpgn-199.r577/**src/common/packet.cpp:55)
Oct 07 15:18:16 [fatal] bnetd_oom_handler: out of memory, forcing immediate
shutdown

whats the problem??

2

Re: xmalloc_real: out of memory

May be not enough memory? smile

Do not ask for support in PM.

3

Re: xmalloc_real: out of memory

not bug ??
because my memori free is 3gb

4

Re: xmalloc_real: out of memory

Similar issue, but not solved forums.pvpgn.org/index.php?topic=4473.0

I think this is due to OS limitations

http://www.unix.com/unix-dummies-questions-answers/4530-fatal-xmalloc-out-memory.html wrote:

malloc tries to allocate space to a process's data segment. You may be bumping into the max size of the data segment which is typically controlled by a kernel parameter named maxdsiz. There is a system call called setrlimit that can further restrict a process's data segment size, but I doubt that it was invoked for a daemon.

Do not ask for support in PM.

Posts: 4

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 1 guest, 0 registered users

forums.pvpgn.pro → [EN] Tech Support → xmalloc_real: out of memory