Skip to content

Commit

Permalink
Merge pull request fermyon#972 from rajatjindal/give-more-memory
Browse files Browse the repository at this point in the history
increse memory allocation for developer docs website
  • Loading branch information
rajatjindal authored Oct 27, 2023
2 parents e7602ac + 4e3d4e3 commit 26415ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/fermyon-developer.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ job "fermyon-developer" {
task "server" {
driver = "exec"

resources {
cpu = 100
memory = 600
}

artifact {
source = "https://github.com/fermyon/spin/releases/download/v1.5.1/spin-v1.5.1-linux-amd64.tar.gz"
options {
Expand Down

0 comments on commit 26415ff

Please sign in to comment.