We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf99d9 commit 35d93eeCopy full SHA for 35d93ee
docs/Researcher/scheduling/gpu-memory-swap.md
@@ -64,7 +64,7 @@ The example above uses `100Gi` as the size of the swap memory.
64
You can also use the `patch` command from your terminal:
65
66
``` yaml
67
-kubectl patch -n runai runaiconfigs.run.ai/runai --type='merge' --patch '{"spec":{"global":{"core":{"swap":{"enabled": true}}}}}'
+kubectl patch -n runai runaiconfigs.run.ai/runai --type='merge' --patch '{"spec":{"global":{"core":{"swap":{"enabled": true, "limits": {"cpuRam": "100Gi"}}}}}}'
68
```
69
70
To make a workload swappable, a number of conditions must be met:
0 commit comments