-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
complexity: mediumMedium complexityMedium complexityeffort: mediumUp to a weekUp to a weekhas workaroundHas a workaroundHas a workaroundstatus: WIPWork in progressWork in progressstatus: core team assignedCore team member assignedCore team member assignedtopic: performanceRelates to build performance of VuePressRelates to build performance of VuePresstype: enhancementRequest to enhance an existing featureRequest to enhance an existing feature
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
complexity: mediumMedium complexityMedium complexityeffort: mediumUp to a weekUp to a weekhas workaroundHas a workaroundHas a workaroundstatus: WIPWork in progressWork in progressstatus: core team assignedCore team member assignedCore team member assignedtopic: performanceRelates to build performance of VuePressRelates to build performance of VuePresstype: enhancementRequest to enhance an existing featureRequest to enhance an existing feature