8000 fix(infra): increase memory limit by Zygimantass · Pull Request #345 · skip-mev/connect · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

fix(infra): increase memory limit #345

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Changes from all commits
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
8 changes: 4 additions & 4 deletions contrib/nomad/slinky.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ job "slinky-dev" {
}

resources {
cpu = 500
memory = 256
cpu = 2000
memory = 2048
}
}

Expand Down Expand Up @@ -281,8 +281,8 @@ sed -i 's\oracle:8080\localhost:8080\g' /src/slinky/tests/.slinkyd/config/app.to
}

resources {
cpu = 500
memory = 256
cpu = 2000
memory = 2048
}
}
}
Expand Down
0