Skip to content

Vuepress building is too slow ?! #1560

Open
@JimmyVV

Description

@JimmyVV
  • 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?

2019-04-25 15 07 46

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions