Activity Stream
48,167 MEMBERS
6770 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Banned

    Default How to increase my PHP Memory Limit?

    how to increase php memory limit...currently its 32M...and how high can i go
    souvikroy1111 Reviewed by souvikroy1111 on . How to increase my PHP Memory Limit? how to increase php memory limit...currently its 32M...and how high can i go Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    1. Navigate to php.ini location in your webserver:

    And find "memory_limit" and change the value to higher as in the below one

    PHP Code: 
    memory_limit 64M 
    If the above code is not there is php.ini then add it
    Restart your webserver

    2. Add this code to the top of php file you are using:
    PHP Code: 
    ini_set('memory_limit''64M'); 
    3. To set php limit for a directory files, do this:
    In .htaccess file, add this:
    PHP Code: 
    php_value memory_limit 64M 
    Hope it helps

  4.     
    #3
    Member
    Website's:
    imageditings.com shimory.com uniquerelease.com
    if you are on shared hosting, ask ur hosting provider.if u use vps u can follow soft2050 guide

  5.     
    #4
    Banned
    Quote Originally Posted by R?USSHIM_I?? View Post
    if you are on shared hosting, ask ur hosting provider.if u use vps u can follow soft2050 guide
    Yes, but i believe nowaday , most share hosting already provide dedicated php.ini

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Kloxo - Memory Limit
    By comeback in forum Server Management
    Replies: 12
    Last Post: 14th Aug 2012, 02:43 PM
  2. privvmpages memory limit please help
    By MiTU? in forum Server Management
    Replies: 2
    Last Post: 24th Apr 2012, 05:16 PM
  3. PHP memory limit
    By potby in forum Server Management
    Replies: 5
    Last Post: 22nd Apr 2012, 01:59 PM
  4. Is 32 MB PHP Memory Limit good ?
    By vorazeal in forum General Discussion
    Replies: 0
    Last Post: 3rd Nov 2011, 04:01 AM
  5. Shared Hosting Php Memory Limit
    By Brenton in forum Hosting Discussion
    Replies: 10
    Last Post: 11th Jul 2011, 08:11 AM

Tags for this Thread

BE SOCIAL