We upgraded from 2.6 to 2.13 and have seen memory ...
# general
a
We upgraded from 2.6 to 2.13 and have seen memory usage of pants go up sometimes 3-4 times. This is happening even for
list
, but also for
lint
(that’s the one I saw running out of memory, but I can look into it more). I cannot bisect to find where this changed as most of the upgrade in terms of getting list to work was done in a couple of commits. What could I do to look into this?
And just as a point of reference, list now takes ~5GB, whereas before it took ~1GB.