How does pants do building pex files from remote e...
# general
c
How does pants do building pex files from remote execution? I'm getting OOM in my CI server b/c it seems like it might hold too much in memory. I was thinking about switching it over to do more swap. I wonder if pants is memory aware as it will dump to disk when needed or if my CI/CD pipeline needs work.
Actually could probably be my own fault since I think I let the container think it has too much memory.