I thought I had found docs about this before, but I can't seem to find it now. Is there a guide on what pants settings are reasonable to turn off for performance in CI? I would assume that I should turn off pantsd because my CI runner is just going to run a job like linting or testing once and then shut off the container, so the in-memory cache has no benefit, but costs some startup time. I only have python/docker/helm, so I should probably turn of nailgun too?
Are there any other settings I can optimize easily for some cheap gains?