Skip to content

docs: add new best practice doc to speed up templates and workspaces #15296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Nov 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/tutorials/best-practices/speed-up-templates.md
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
  • Loading branch information
bpmct and EdwardAngert authored Oct 31, 2024
commit 348fcbbe62b8e6c75c312ee71b522b210d5f80b8
13 changes: 6 additions & 7 deletions docs/tutorials/best-practices/speed-up-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,12 @@ Adjust the CPU and memory values as shown in
```yaml
resources:
{}
# limits:
# cpu: 2000m
# memory: 4096Mi
# requests:
# cpu: 2000m
# memory: 4096Mi
limits:
cpu: "0.25"
memory: "1G"
requests:
cpu: "0.25"
memory: "1G"
```

Expand Down