mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 03:42:09 +00:00
tests: k8s: Be more aggressive to get OOM
Let's increase the amount of bytes allocated per VM worker, so we can hit the OOM sooner. Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
parent
f563f0d3fc
commit
44ff602c64
@ -16,7 +16,7 @@ spec:
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: oom-test
|
||||
command: ["/bin/sh"]
|
||||
args: ["-c", "sleep 2; stress --vm 2 --vm-bytes 400M --timeout 30s"]
|
||||
args: ["-c", "sleep 2; stress --vm 2 --vm-bytes 500M --timeout 30s"]
|
||||
resources:
|
||||
limits:
|
||||
memory: 500Mi
|
||||
|
Loading…
Reference in New Issue
Block a user