WordPress: Fatal error: Out of memory

Now a days WP plugin requires more Memory and CPU so some times you get this error. To resolve this just do following things. edit Apache conf file vim /usr/local/apache/conf/httpd.conf   and comment following lines #RLimitMEM 813712042 #RLimitCPU 240 Thats it.

Clear/Free/Remove Cache memory from Linux Server

Clear/Free/Remove Cache memory from Linux Server ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please use belwo command to clear Cache memory from Linux Server free -m echo 1 > /proc/sys/vm/drop_caches ======= eg : BEFORE : root@lnx [~]# free -m total used free shared buffers cached Mem: 12001 11614 386 0 2026 6996 -/+ buffers/cache: 2592 9409 Swap: 1907 0 1907 root@lnx [~]# […]

Clear/Free/Remove Cache memory from Linux Server

Clear/Free/Remove Cache memory from Linux Server ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please use belwo command to clear Cache memory from Linux Server free -m echo 1 > /proc/sys/vm/drop_caches ======= eg : BEFORE : root@lnx [~]# free -m total used free shared buffers cached Mem: 12001 11614 386 0 2026 6996 -/+ buffers/cache: 2592 9409 Swap: 1907 0 1907 root@lnx [~]# […]