Open
Description
- I confirm that this is an issue rather than a question.
Bug report
My project is large, it maybe contain 6000 markdown files. Once, I meet the dev
performance problem, and I solve it by this command node --max_old_space_size=8192 ./node_modules/vuepress/cli.js dev src
.
But, when I run building production, the process is too slow. I also modify the building command with node --max_old_space_size=8192 ./node_modules/vuepress/cli.js build src
. Unfortunately, it doesn't work.
Version
"vuepress": "^1.0.0-alpha.47",
Steps to reproduce
What is expected?
What is actually happening?
Other relevant information
- Your OS: MAC
- Node.js version: 8.11
- Browser version:
- Is this a global or local install? local
- Which package manager did you use for the install?
- Does this issue occur when all plugins are disabled?
Metadata
Metadata
Assignees
Labels
Medium complexityMedium complexityUp to a weekUp to a weekHas a workaroundHas a workaroundWork in progressWork in progressCore team member assignedCore team member assignedRelates to build performance of VuePressRelates to build performance of VuePressRequest to enhance an existing featureRequest to enhance an existing feature