Skip to content

Instantly share code, notes, and snippets.

@savepong
Created February 27, 2019 12:37
Show Gist options
  • Save savepong/5de595ed6b3b3899fea7bf9286a24fb9 to your computer and use it in GitHub Desktop.
Save savepong/5de595ed6b3b3899fea7bf9286a24fb9 to your computer and use it in GitHub Desktop.
PHP Fatal Error: Allowed Memory Size Exhausted
<?php
ini_set('memory_limit', '1024M'); // or you could use 1G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment