Well I tried to gmake irc/znc and I get this error:
Now, I used the limit command and get this info:
Seems like I should have no problem with virtual memory. Now one thing that might have some bearing on this is the fact that I am trying to do this from the root account. Now, before you guys start reprimanding me for doing this on a root account please see this thread. So what do I do?
Code:
Building znc.o...
virtual memory exhausted: Cannot allocate memory
gmake: *** [znc.o] Error 1
Now, I used the limit command and get this info:
Code:
cputime unlimited
filesize unlimited
datasize 33554432 kbytes
stacksize 524288 kbytes
coredumpsize unlimited
memoryuse unlimited
vmemoryuse unlimited
descriptors 58982
memorylocked unlimited
maxproc 5547
sbsize unlimited
swapsize unlimited
Seems like I should have no problem with virtual memory. Now one thing that might have some bearing on this is the fact that I am trying to do this from the root account. Now, before you guys start reprimanding me for doing this on a root account please see this thread. So what do I do?