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