Skip to content

Instantly share code, notes, and snippets.

@BHushanRathod
Created February 8, 2021 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BHushanRathod/c2d93b35c07838f2edd8bd3c838907a8 to your computer and use it in GitHub Desktop.
Save BHushanRathod/c2d93b35c07838f2edd8bd3c838907a8 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: memory-demo
namespace: mem-example
spec:
containers:
- name: memory-demo-ctr
image: polinux/stress
resources:
limits:
memory: "500Mi"
requests:
memory: "200Mi"
command: ["stress"]
args: ["--vm", "1", "--vm-bytes", "150M", "--vm-hang", "1"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment