Jump to content

memory_limit


tobeyt23

Recommended Posts

PHP doesn't malloc all the ram in the memory_limit all at once, it allocates as it needs to and will die if it goes over its own limit.  If your scripts never run away from themselves then it doesn't really matter how big your limit is.

 

Have you  done any memory tests to see just how much RAM your scripts are using when you run them?

Link to comment
https://forums.phpfreaks.com/topic/252597-memory_limit/#findComment-1295014
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.