Created
October 13, 2015 20:40
-
-
Save tribulant/d9b5c2f0c6853202fec3 to your computer and use it in GitHub Desktop.
Memory Limit using ini_set()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| ini_set('memory_limit', "256M"); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment