Skip to content

Instantly share code, notes, and snippets.

@cuonghuynh
Created September 12, 2018 05:19
Show Gist options
  • Save cuonghuynh/34c9e544bd43eac2dbb4ca92464fa839 to your computer and use it in GitHub Desktop.
Save cuonghuynh/34c9e544bd43eac2dbb4ca92464fa839 to your computer and use it in GitHub Desktop.
Get memory usage in MB
echo (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