I'm running some php file every 2 minutes via Windows Task Scheduler, but time-to-time I get notification about low space on my drive D:
.
After check I found that in XAMPP tmp
folder located on D:\XAMPP\tmp
are lot of files with names similar to: cachegrind.out.1381478803-D__xampp_htdocs_Real_Estate_App_index_php
and size of each file is more than 144 MB.
These files have content:
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.2.3
cmd: D:\xampp\htdocs\Real Estate App\index.php
part: 1
positions: line
events: Time
fl=php:internal
fn=php::header
3 0
fl=php:internal
fn=php::define
45 0
...
I understand that this is caused because of xdebug, but how to stop this process I don't know. Mybe someone had same problem? Any ideas?