Closed whatyouhide closed 3 months ago
Part of fixing #773 is to move the source maps—which can be really big—out of persistent term and into ETS. persistent_term is copied over to every process, so while faster, in this case it causes the whole system to be a bit too memory hungry.
persistent_term
Part of fixing #773 is to move the source maps—which can be really big—out of persistent term and into ETS.
persistent_term
is copied over to every process, so while faster, in this case it causes the whole system to be a bit too memory hungry.