Reputation: 1
I have a virtual machine in which every process can only malloc most 128M memory。 and when I typed "ulimit -v" in the teminal, is display 131072 while in the other machine is "ulimited". Can any one tell me why?
Upvotes: 0
Views: 66
Reputation: 136208
You probably need to ask the person who set that machine up.
There is file /etc/security/limits.conf
that sets the default limits.
Upvotes: 1