Skip to content

Commit

Permalink
Asset server memory to 4GiB (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
akarpenko authored Aug 17, 2023
1 parent 44c36bf commit 79e5628
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/k8/biomes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function createBiomes() {
http: true,
args: [...BASE_CONFIG_ARGS, "-a", "local"],
cpu: 1.5,
memory: 1 * 1024,
memory: 4 * 1024,
}),
// Periodic backup job.
biomesCron("0 * * * *", {
Expand Down
4 changes: 2 additions & 2 deletions deploy/k8/biomes.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79e5628

Please sign in to comment.