Skip to content

Instantly share code, notes, and snippets.

@voidvn
Created June 9, 2023 15:12
Show Gist options
  • Save voidvn/f1879cc30d6cea0c9593dd0bd2025cb2 to your computer and use it in GitHub Desktop.
Save voidvn/f1879cc30d6cea0c9593dd0bd2025cb2 to your computer and use it in GitHub Desktop.
Check PHP memory limit value
php -r "echo ini_get('memory_limit').PHP_EOL;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment