Performance - Netlify deploy and building issues with too many mdEnhance options active #2585
-
Hello @Mister-Hope, Let's say one has a repo with a few hundreds of markdown files and many of your What would you recommend to keep the build time and the JavaScript ressources it uses to acceptable limits? Here is an extract of a failed build. To solve it, I disable all the mdEnhance I wouldn't use on the site.
Thanks. PS : the site is a private one because it is linked to my company and I cannot share a public version. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You may manually update old space by updating env variables. Note: This size can be larger then actual mermory size. |
Beta Was this translation helpful? Give feedback.
You may manually update old space by updating env variables. Note: This size can be larger then actual mermory size.
A related link: https://stackoverflow.com/questions/56982005/where-do-i-set-node-options-max-old-space-size-2048#:~:text=The%20NODE_OPTIONS%20--max-old-space-size%20environment%20variable%20allows%20to%20increase,and%20can%20be%20utilized%20by%20every%20Node%20process.