Build servers and CI machines run the office AV policy and builds are 3x slower than on a comparable dev laptop.
A build runner is functionally a server. Same policy as laptops gives it unnecessary scan work on short-lived files. A separate, narrowly scoped policy is defensible if documented.
Try this first
- 1In your AV console (Defender, Sentinel, CrowdStrike) create a separate policy for build machines. Put them in their own device group so the production policy stays untouched.
- 2Exclude the build workspace and cache folders: typically 'C:\agent\_work', '%LOCALAPPDATA%\Pip\Cache', '%LOCALAPPDATA%\NuGet\v3-cache', npm/yarn caches.
- 3Add process exclusions for compilers and runners: 'msbuild.exe', 'dotnet.exe', 'node.exe', 'go.exe', 'java.exe'. Narrower than paths, prefer where possible.
- 4Schedule a weekly full scan in a quiet window and keep real-time scanning on for everything outside build paths. You don't lose detection on incoming artifacts.
- 5Measure the delta: run the same build before and after the policy change and log the time. Concrete numbers help during security review.
- 6Put a review date on the calendar, say every 6 months. Build tooling changes and exclusions otherwise live forever.
When to bring us in
If you doubt whether an exclusion has compliance impact (NIS2, ISO 27001, customer DPA), validate with the IT security owner before rollout.
See also
- My laptop is suddenly slowThree main suspects: a runaway background process, near-full disk, or a Windows update in progress.
- One specific application is slow for everyoneIf an app is slow for one person: local. For everyone at once: server side or vendor side.
- Opening files from the file server takes minutesOften the server itself is fine and the issue is network routing or stalling DNS resolution.
None of the above fits?
Describe your situation below. We pass your input plus the steps you already saw to our AI and return tailored next-step advice. If it's too risky to DIY, we'll say so.
Or skip the DIY entirely
Our Managed IT clients do not look these things up. One point of contact, a fixed monthly price, resolved within working hours.