Home > PhP, Tech > Increase PHP’s memory limit

Increase PHP’s memory limit

August 16th, 2009 Leave a comment Go to comments

memory dim
Three methods for increasing PHP memory limit on your server:

  1. in php.ini file
    memory_limit = 32M to your
    ———
  2. in your default settings file
    ini_set(’memory_limit’, ‘32M’);
    ———
  3. in your .htaccess file
    php_value memory_limit 32M
Categories: PhP, Tech Tags: , , , ,
  1. No comments yet.
  1. No trackbacks yet.
GoCache - ByREV-Cache v1.0 - live served in : 0.400796 sec (gzip)