1

Is there any efficient way, by which i can check in & outs of the memory usage by the application code or functions. Right now in my application, it is eating up the RAM of the machine & not releasing the occupied memory. So can not be able to figure out what is happening there?

Cant understand is it a Memory leak or DB query overhead or something else.

4

1 回答 1

1

使用 xdebug 分析您的应用程序并使用 cachegrinder 之类的工具对其进行分析。

这为您提供了您正在寻找的数据。

于 2013-05-24T13:57:10.980 回答