Guest Posted March 7, 2012 Share Posted March 7, 2012 Hi, How much php_value memory_limit is needed/preferred for PS 1.4.6.2? Link to comment Share on other sites More sharing options...
Red Square Electronics Posted March 7, 2012 Share Posted March 7, 2012 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 More sharing options...
bellini13 Posted March 7, 2012 Share Posted March 7, 2012 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now