gitlab-ci-multi-runner-windows-amd64.exe causes high host CPU use when run in Windows 7 x64 guest on VMware Fusion
Took me forever to figure out where this was coming from...I'm running a Windows 7 x64 runner as a VM under VMware Fusion 8.1 on an OS X 10.10.5 (Yosemite) host. When the gitlab-runner service is started, host CPU usage for the vmware-vmx process on the host jumps from 3-4% to 25-30%, and drops back down when the service is stopped. When looking at the Windows guest's Task Manager, it shows approximately zero percent CPU either way. An OS X (Mavericks) VM on the same host, running the same revision of the gitlab-ci-multi-runner does NOT exhibit the same problem. One thing that has been pointed out in some VMware troubleshooting articles I've read points towards file system listeners as being a potential problem.
I haven't found any way to configure at runtime and change the behavior...am I missing something, or is this something that's previously gone unnoticed? I realize this may not be a common use case.