You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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