I thought I had found docs about this before, but ...
# general
e
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?
e
I was explicitly thinking that that one was not what I was looking for, since it has mostly the "functional" options (colors, coverage, etc.) ... and then I saw the resource consumption stuff was right below it 🤦
thanks @wide-midnight-78598
👍 1