Jump to content

Anyone using hosting from ipgae.com can teach me how to increase the memory limit value?


Recommended Posts

It is very simple go to the control panel and click on CGI And Scripting language support, now in the list that comes up click on PHP Scripting, Now at the bottom of this page you will see your PHP.INI file in a text area just scroll through the page untill you find this the Resource Limits section and change the memory_limit.

 

While you are here you might as well make a couple other changes, In the section Language Options find this line zlib.output_compression = Off And change to On.

In the section Data Handling find the line register_globals = On and change to Off.

 

Now you should be good to go.

  • Like 1
Link to comment
Share on other sites

I changed it to:

 

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

 

it used to be memory_limit = 18M ; Maximum amount of memory a script may consume (8MB)

 

is 64 enough or shd i do 128 like you too?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...