e2e: more cpu and memory for java tasks and some scripts (#19057)

This commit is contained in:
Seth Hoenig
2023-11-10 07:08:14 -06:00
committed by GitHub
parent 5ad715b281
commit 2f8d94ae3e
4 changed files with 11 additions and 11 deletions

View File

@@ -21,8 +21,8 @@ job "chroot_docker" {
]
}
resources {
cpu = 50
memory = 50
cpu = 200
memory = 128
}
}
}

View File

@@ -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
}
}
}

View File

@@ -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
}
}
}

View File

@@ -44,7 +44,7 @@ EOF
}
resources {
cpu = 10
cpu = 100
memory = 64
}
}