From 2f8d94ae3e80a198611efcfe4f00b67ad50e138d Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Fri, 10 Nov 2023 07:08:14 -0600 Subject: [PATCH] e2e: more cpu and memory for java tasks and some scripts (#19057) --- e2e/isolation/input/chroot_docker.nomad | 4 ++-- e2e/isolation/input/java.hcl | 8 ++++---- e2e/isolation/input/java_host.hcl | 8 ++++---- e2e/isolation/input/raw_exec.hcl | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/e2e/isolation/input/chroot_docker.nomad b/e2e/isolation/input/chroot_docker.nomad index 40afe94c4..b4ff10d7b 100644 --- a/e2e/isolation/input/chroot_docker.nomad +++ b/e2e/isolation/input/chroot_docker.nomad @@ -21,8 +21,8 @@ job "chroot_docker" { ] } resources { - cpu = 50 - memory = 50 + cpu = 200 + memory = 128 } } } diff --git a/e2e/isolation/input/java.hcl b/e2e/isolation/input/java.hcl index f46438112..d90f8cf67 100644 --- a/e2e/isolation/input/java.hcl +++ b/e2e/isolation/input/java.hcl @@ -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 } } } diff --git a/e2e/isolation/input/java_host.hcl b/e2e/isolation/input/java_host.hcl index 2d0fd235c..2a423496c 100644 --- a/e2e/isolation/input/java_host.hcl +++ b/e2e/isolation/input/java_host.hcl @@ -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 } } } diff --git a/e2e/isolation/input/raw_exec.hcl b/e2e/isolation/input/raw_exec.hcl index 657c9da69..3db9ae959 100644 --- a/e2e/isolation/input/raw_exec.hcl +++ b/e2e/isolation/input/raw_exec.hcl @@ -44,7 +44,7 @@ EOF } resources { - cpu = 10 + cpu = 100 memory = 64 } }