MACscr Posted October 9, 2008 Share Posted October 9, 2008 Did anyone start having issues with memory_limit errors after upgrading to 3.7.x? One of my clients is getting it every time the cron runs. Even upping the memory limit to 256M doesnt make a difference (yes, were sure that setting is being used). 0 Quote Link to comment Share on other sites More sharing options...
redrat Posted October 9, 2008 Share Posted October 9, 2008 No but that is some serious memory usage that's for sure. I am now using 3.7.2 but have not had a chance to test to the extent that you probably have so am watching this issue with interest. I'll monitor when my crons next run which I have scheduled for the wee small hours when most are asleep. (Subscribed.) 0 Quote Link to comment Share on other sites More sharing options...
rmccny Posted October 10, 2008 Share Posted October 10, 2008 256M? Wow, I am not sure where the fault lies, but I have seen problems before with excessive memory usage by php in cases when max_packet_size is set very low in my.cnf. It is usually a good idea to set max_packet_size to 8M or higher. Just a thought. 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted October 10, 2008 Share Posted October 10, 2008 3.6.x certainly used a lot more memory during the cron runs than previous versions ... 0 Quote Link to comment Share on other sites More sharing options...
MACscr Posted October 10, 2008 Author Share Posted October 10, 2008 256M? Wow, I am not sure where the fault lies, but I have seen problems before with excessive memory usage by php in cases when max_packet_size is set very low in my.cnf. It is usually a good idea to set max_packet_size to 8M or higher. Just a thought. dont even see max_packet_size in my.cnf. Sure your not thinking of max_allowed_packet? Have that set at 16M. Im still at a loss on why its failing =/ 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.