Skip to content

Instantly share code, notes, and snippets.

@pgrimaud
Created June 7, 2018 12:42
Show Gist options
  • Save pgrimaud/b37a78cea05dd30b64cfac7f922f0188 to your computer and use it in GitHub Desktop.
Save pgrimaud/b37a78cea05dd30b64cfac7f922f0188 to your computer and use it in GitHub Desktop.
Execute php command CLI without memory limit
php -d memory_limit=-1 test.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment