Category Archives: web development

When your web server is low on memory

I’ll list some of the common things that could happen when your standard web server (Apache PHP MySQL) is low on memory (based on personal experience) :

PHP throws a “Fatal Error : Out of memory (allocated x) (tried to allocate y bytes)”, where x is a large number and y is usually a very small number. [...]