Skip to content

Instantly share code, notes, and snippets.

@cuonghuynh
Last active September 12, 2018 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cuonghuynh/c3a2607617684a9ead245ad2221a9761 to your computer and use it in GitHub Desktop.
Save cuonghuynh/c3a2607617684a9ead245ad2221a9761 to your computer and use it in GitHub Desktop.
Get memory usage in MB
echo round((memory_get_usage() / 1024 / 1024, 2) . ' MB' . PHP_EOL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment