Out of memory: Killed process 3890279 (php)
Could someone please assist me with this memory error I am getting? "Out of memory: Killed process 3890279 (php) total-vm:874112kB, anon-rss:260688kB, file-rss:0kB,
shmem-rss:0kB, UID:33 pgtables:764kB oom_score_adj:0"
1 Reply
jhartman
Linode Staff
Out of Memory (OOM) Kill occurs in Linux systems when memory is exceeded or reaches critical levels that could otherwise force the system into a state of instability. Since virtualize systems (ours included) have fixed memory allocations, running out of memory requires you to do the following:
- Optimize your current usage of system resources
- Create a Swap file to increase available memory. Swap is a substitute for Physical Memory and will not perform as well depending on your use case, but can help provide a buffer against OOM kills.
- Upgrade to a larger plan with more memory
For more information about OOM Kills and how to resolve them, be sure to reference this Community Post: