-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Generating this site takes an alarming amount of resources. #29429
Copy link
Copy link
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.sig/docsCategorizes an issue or PR as relevant to SIG Docs.Categorizes an issue or PR as relevant to SIG Docs.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
Look into evaluating how we can make building the site take less memory / cpu.
Problem
As k/website has grown, it went from a small hugo build to what it is today (a large, memory and file hungry build).
This is all good though, it means we are adding content and localizations.
Solution
Look into ways to reduce build time. A few options come to mind:
- Can we remove a large chunk of unused content?
- Can we build only a small subset of docs (easily and portable to the various localizations)?
- Are there any optimizations in hugo itself?
There should be a way to reduce the amount of resources required to build k/website. Considering there isn't a clear solution, I won't mark as good-first-issue.
/sig docs
/triage accepted
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.sig/docsCategorizes an issue or PR as relevant to SIG Docs.Categorizes an issue or PR as relevant to SIG Docs.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.