wamp tmp文件夹在localhost中运行magento时需要一些GB的空间

bal*_*aji 22 wamp magento magento-1.7

wamp tmp文件夹在localhost中运行magento时需要一些GB的空间,

这样一些文件在Wamp/tmp文件夹中创建,而我使用magento
cachegrind.out.1367384833
cachegrind.out.1367384834
cachegrind.out.1367384835

文件包含这样的代码

版本:1个
创建者:xdebug 2.2.0
cmd:C:\ wamp\www\magento\index.php
部分:1个
位置:行

像这样它在每个文件中包含一些80k行
如何解决这个问题?
提前致谢

Fra*_*Kim 47

这似乎是由于在Xdebug中启用了性能分析.设置xdebug.profiler_enable=0php.ini并重新启动服务器,看它是否修复该问题.