为什么vsts代理每分钟在macOS上写/ tmp / clr-debug-pipe * [in | out]文件?

时间:2017-10-28 15:54:53

标签: .net node.js macos azure-devops

我今天注意到我的mac上的/ tmp文件夹(mac mini 2014 / macos High Sierra)中充满了成千上万的clr-debug-pipe * [in | out]文件......

  

prwx ------ 1 dev wheel 0 28 Okt 17:37 / tmp / clr-debug-pipe-4787-1509205076-in   prwx ------ 1 dev wheel 0 28 Okt 17:37 / tmp / clr-debug-pipe-4787-1509205076-out

我发现它们与vsts代理(2017年8月的代理版本)相关,我已经开始作为服务(svc.sh启动)并忘记停止。

  

ps -edf
  501 547 506 0 8Okt17 ?? 5:54.94 ./externals/node/bin/node ./bin/AgentService.js

停止代理后立即停止写入文件。再次启动它每分钟再写一些clr-debug-pipe * [in | out]文件。

有没有办法停止写这些文件?在哪里配置?没有在文件中找到它??

为什么需要它们?

0 个答案:

没有答案