Your Open Source

 
Related Posts

Fatal error: Allowed memory size of 22468 bytes exhausted (tried to allocate 446810 bytes) in /path/file.php

By default, Php is configured to limit memory usage per process. To increase the default limit, SSH to the server and using your Linux text editor such as pico or vi, do the following:

* vi /usr/local/lib/php.ini

Change the following directive from:

memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)

to a higher value, such as 32M. Save, exit, and then restart apache:

* /etc/init.d/httpd restart

  • hits 164
  • datetime Jul 31 09 02:47:22
  • author Tjrambabu
  • rating

Rating : 12345
Tags :- Linux

Answers

No Answers..
Your Name:
Your Answers :
<> is a code tag
Preview
Enter the verification code: