"Process out of memory" after several refreshes.
arggh opened this issue · comments
After several refreshes my app crashed on "process out of memory":
=> Client modified -- refreshing (x12)
<--- Last few GCs --->
69191058 ms: Scavenge 1419.9 (1457.3) -> 1419.9 (1457.3) MB, 14.0 / 0 ms (+ 2.0 ms in 1 steps since last GC) [allocation failure] [incremental marking delaying mark-sweep].
69192626 ms: Mark-sweep 1419.9 (1457.3) -> 1419.9 (1458.3) MB, 1568.2 / 85 ms (+ 2.0 ms in 1 steps since start of marking, biggest step 2.0 ms) [last resort gc].
69194219 ms: Mark-sweep 1419.9 (1458.3) -> 1419.9 (1458.3) MB, 1592.6 / 83 ms [last resort gc].
<--- JS stacktrace --->
==== JS stack trace =========================================
Security context: 0x1648f77b4629 <JS Object>
2: _serializeMappings(aka SourceMapGenerator_serializeMappings) [/Users/arggh/.meteor/packages/juliancwirko_postcss/.1.1.1.4o2sfa++os+web.browser+web.cordova/plugin.minifier-postcss.os/npm/node_modules/meteor/minifier-css/node_modules/css-stringify/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js:~289] [pc=0x270011636001] (this=0x31f6f5f6dc1 <a SourceMapGenera...
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
Abort trap: 6
@codehatcher I haven't had this error appear in a while. I updated my Meteor version and this didn't ever happen again.