Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 211 Bytes

memory_usage_in_MB.md

File metadata and controls

6 lines (5 loc) · 211 Bytes

Memory usage in MB

(memory_get_peak_usage() / 1024 / 1024) . " MB" // how much memory is the script using
(memory_get_peak_usage(true) / 1024 / 1024) . " MB" // how much memory is allocated by PHP