mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
e2e: more cpu and memory for java tasks and some scripts (#19057)
This commit is contained in:
@@ -21,8 +21,8 @@ job "chroot_docker" {
|
||||
]
|
||||
}
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 50
|
||||
cpu = 200
|
||||
memory = 128
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,8 +46,8 @@ EOH
|
||||
}
|
||||
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 64
|
||||
cpu = 500
|
||||
memory = 256
|
||||
}
|
||||
}
|
||||
|
||||
@@ -60,8 +60,8 @@ EOH
|
||||
}
|
||||
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 64
|
||||
cpu = 500
|
||||
memory = 256
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,8 +47,8 @@ EOH
|
||||
}
|
||||
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 64
|
||||
cpu = 500
|
||||
memory = 256
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,8 +62,8 @@ EOH
|
||||
}
|
||||
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 64
|
||||
cpu = 500
|
||||
memory = 256
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ EOF
|
||||
}
|
||||
|
||||
resources {
|
||||
cpu = 10
|
||||
cpu = 100
|
||||
memory = 64
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user