does `pantsd_max_memory_usage` cover subprocesses...
# general
m
does
pantsd_max_memory_usage
cover subprocesses? i'm trying to move from running a homegrown
run_pylint
script to using
pants lint
and i'm running into a problem with memory usage i tried to limit the memory usage with
pantsd_max_memory_usage
but it doesn't seem to have the expected result