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 Quote Link to comment Share on other sites More sharing options...
Distant_storm Posted December 9, 2007 Author Share Posted December 9, 2007 bump Quote Link to comment 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 Quote Link to comment 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. 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.