InterviewSolution
Saved Bookmarks
| 1. |
Why Do I Get The Error "error: Memory Exhausted In Allocsetalloc()"? |
|
Answer» You PROBABLY have run out of VIRTUAL memory on your system, or your kernel has a low LIMIT for certain resources. Try this before STARTING the server: ulimit -d 262144 You probably have run out of virtual memory on your system, or your kernel has a low limit for certain resources. Try this before starting the server: ulimit -d 262144 |
|