Skip to content

Instantly share code, notes, and snippets.

@tribulant
Created October 13, 2015 20:40
Show Gist options
  • Select an option

  • Save tribulant/d9b5c2f0c6853202fec3 to your computer and use it in GitHub Desktop.

Select an option

Save tribulant/d9b5c2f0c6853202fec3 to your computer and use it in GitHub Desktop.
Memory Limit using ini_set()
<?php
ini_set('memory_limit', "256M");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment