Significant differences between PHPs memory_get_peak_usage() on Windows vs. OS X
Posted
by Jack Sleight
on Server Fault
See other posts from Server Fault
or by Jack Sleight
Published on 2010-06-11T17:28:38Z
Indexed on
2010/06/11
17:33 UTC
Read the original article
Hit count: 187
Can anyone explain why the same PHP application running on a Windows server reports memory_get_peak_usage() as ~3.25mb, but on OS X gives ~19.5mb?
Obviously one is very wrong, but I don't know which to believe.
© Server Fault or respective owner