I had the case that I ran into TeX capacity exceeded several times when compiling a pgfplot with lots of data points on a machine with 4096 MB RAM.
Now I've tried to compile the very same file on a machine with 20 GB RAM and it worked completely flawless.
Is TeX Lives main memory size dependent of machines RAM, or is it just a software depending value?
95365 words of memory out of 5000000– David Carlisle Apr 14 '19 at 08:505000000 words of memory out of 5000000while on the "strong" machine:4949357 words of memory out of 5000000. Why does the strong machine consume less memory for the exactly same file? – Dave Apr 15 '19 at 08:00\listfilesand compare package versions then some package or other will be different and using a bit more memory and tip you over the limit. In any case you sould be able to increase main mem intexmf.cnf– David Carlisle Apr 15 '19 at 08:05