Out of memory issues compiling static assets #1049
-
Hi Folks, The first time I ran Houdini in development mode on a 2GB VM it compiled the static assets upon the first HTTP request without any issues. When trying to get it going in production mode, I ran Is there any way to get this process to use less RAM? I've seen incantations like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
My best advice is to simply use more ram. Webpack is notorious about using a ton of memory. I think there are a number of optimizations we could do going forward but that require updating webpack which we're prevented from doing because of two pages that use a webpack integration that doesn't support a new version (bootstrap-loader) |
Beta Was this translation helpful? Give feedback.
My best advice is to simply use more ram. Webpack is notorious about using a ton of memory. I think there are a number of optimizations we could do going forward but that require updating webpack which we're prevented from doing because of two pages that use a webpack integration that doesn't support a new version (bootstrap-loader)