wamp tmp folder takes some GB of space while running magento in localhost

吃可爱长大的小学妹 提交于 2019-12-03 14:59:11

问题


wamp tmp folder takes some GB's of space while running magento in localhost ,

like this some files are created in Wamp/tmp folder, while i using magento
cachegrind.out.1367384833
cachegrind.out.1367384834
cachegrind.out.1367384835

file contain code like this

version: 1
creator: xdebug 2.2.0
cmd: C:\wamp\www\magento\index.php
part: 1
positions: line

like this it contain some 80k lines in each file
how to solve this problem?
thanks in Advance


回答1:


That seems to be due to profiling enabled in Xdebug. Set xdebug.profiler_enable=0 in your php.ini and restart the server to see if it fixes the issue.



来源:https://stackoverflow.com/questions/16313326/wamp-tmp-folder-takes-some-gb-of-space-while-running-magento-in-localhost

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!