Distant_storm Posted December 8, 2007 Share Posted December 8, 2007 I have seen a small snippet of code which increases the memory usage of php, I don't want to increase it a huge amount above the limit already which i think is 8 mb. I have searched manual and found nothing about setting it. Is there any downfall to setting it slightly higher ? and what is the code for setting it in the ini ? thanks Link to comment https://forums.phpfreaks.com/topic/80816-memory-usage-increase/ Share on other sites More sharing options...
Distant_storm Posted December 9, 2007 Author Share Posted December 9, 2007 bump Link to comment https://forums.phpfreaks.com/topic/80816-memory-usage-increase/#findComment-410368 Share on other sites More sharing options...
Crew-Portal Posted December 9, 2007 Share Posted December 9, 2007 The memory usage is just a thing for uploading files to a PHP server, it wont let them go any higher than the defualt 16MB unless you change it in the ini or using ini_set Link to comment https://forums.phpfreaks.com/topic/80816-memory-usage-increase/#findComment-410388 Share on other sites More sharing options...
Distant_storm Posted December 9, 2007 Author Share Posted December 9, 2007 I get memory exausted when trying to upload a fair sized image and manipulating it with gd module. Link to comment https://forums.phpfreaks.com/topic/80816-memory-usage-increase/#findComment-410435 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.