Results 1 to 4 of 4
-
1st Oct 2011, 03:37 AM #1OPBanned
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
-
1st Oct 2011, 03:53 AM #2Respected MemberWebsite's:
DL4Everything.com Soft2050.in1. 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
Restart your webserver
2. Add this code to the top of php file you are using:
PHP Code:ini_set('memory_limit', '64M');
In .htaccess file, add this:
PHP Code:php_value memory_limit 64M
-
1st Oct 2011, 04:03 AM #3MemberWebsite's:
imageditings.com shimory.com uniquerelease.comif you are on shared hosting, ask ur hosting provider.if u use vps u can follow soft2050 guide
-
4th Oct 2011, 05:06 AM #4Banned
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Kloxo - Memory Limit
By comeback in forum Server ManagementReplies: 12Last Post: 14th Aug 2012, 02:43 PM -
privvmpages memory limit please help
By MiTU? in forum Server ManagementReplies: 2Last Post: 24th Apr 2012, 05:16 PM -
PHP memory limit
By potby in forum Server ManagementReplies: 5Last Post: 22nd Apr 2012, 01:59 PM -
Is 32 MB PHP Memory Limit good ?
By vorazeal in forum General DiscussionReplies: 0Last Post: 3rd Nov 2011, 04:01 AM -
Shared Hosting Php Memory Limit
By Brenton in forum Hosting DiscussionReplies: 10Last Post: 11th Jul 2011, 08:11 AM
themaManager - edit and manage...
Version 4.04 released. Open older version (or...