Skip to content

Commit 4b7eed8

Browse files
classabbyampthe-maldridge
authored andcommitted
services/nomad/build/buildbot: increase memory limit to work around upstream bug
see buildbot/buildbot#3011 this should be fixed when upgrading to 4.1.0
1 parent fb1d8ff commit 4b7eed8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

services/nomad/build/buildbot.nomad

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ job "buildbot" {
6464
ports = ["http", "worker"]
6565
}
6666

67+
resources {
68+
// see https://github.com/buildbot/buildbot/issues/3011
69+
// (fixed in buildbot 4.1.0)
70+
memory = 2048
71+
}
72+
6773
meta {
6874
// set to "true" to create or upgrade the database when starting
6975
db-upgrade = "false"

0 commit comments

Comments
 (0)