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 25fe399 commit f2340d0Copy full SHA for f2340d0
src/xpk/core/jobset.py
@@ -81,7 +81,7 @@
81
limits:
82
memory: {memory_limit_size}
83
requests:
84
- cpu: 500m
+ cpu: 1000m
85
memory: 128Mi
86
securityContext:
87
allowPrivilegeEscalation: false
src/xpk/core/kueue.py
@@ -244,10 +244,10 @@
244
periodSeconds: 10
245
resources:
246
247
- cpu: 750m
248
249
250
251
memory: 512Mi
252
253
0 commit comments