Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今天我从 Symfony 2.3.3 更新到 2.3.5,我注意到运行 PHPunit 时使用的内存增加了很多。
在 2.3.3 中:Time: 06:49, Memory: 92.25Mb
Time: 06:49, Memory: 92.25Mb
在 2.3.5 中:Time: 06:50, Memory: 134.50Mb
Time: 06:50, Memory: 134.50Mb
我正在运行自己的测试,我没有改变任何东西。
有人对此有想法吗?