Jump to content

How much php_value memory_limit is needed for PS?


Guest

Recommended Posts

This is what I have my ini file set to! Its seem to work so far! I couldn't find that either in here so I hope this helps! Remember it does depend on your server service if you could edit this and remember ALWAYS back up first!

 

;;;;;;;;;;;;;;;;;;;

; Resource Limits ;

;;;;;;;;;;;;;;;;;;;

 

max_execution_time = 300 ; Maximum execution time of each script, in seconds

max_input_time = 60 ; Maximum amount of time each script may spend parsing request data

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

Link to comment
Share on other sites

80M would be 80MB.

 

I've needed to use 128MB for my backoffice needs. the settings really depend on your sites needs and there is no right answer.

you have to experiment with the settings until you get the best results. the above settings are certainly a good place to start.

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...