File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,10 @@ definitions:
148
148
149
149
# A kubernetes CPU (cores) declaration (minimum of 10m).
150
150
# Here we allow an up-to 4-digit 'm' value or a 2-digit integer.
151
+ # The value is used by the Data Manager to set the corresponding Job
152
+ # resource request and limit values. By providing this value you
153
+ # essentially define a "guaranteed" minimum CPU allocation for the Job.
154
+ # If you do not specify a value, the Data Manager will use a default.
151
155
cores :
152
156
oneOf :
153
157
- type : string
@@ -159,6 +163,10 @@ definitions:
159
163
# A kubernetes memory declaration.
160
164
# Here we allow an up-to 4-digit Mi value (minimum of 100Mi)
161
165
# or a 2-digit Gi value (minimum of 1G).
166
+ # The value is used by the Data Manager to set the corresponding Job
167
+ # resource request and limit values. By providing this value you
168
+ # essentially define a "guaranteed" minimum memory budget for the Job.
169
+ # If you do not specify a value, the Data Manager will use a default.
162
170
memory :
163
171
type : string
164
172
pattern : ' ^([1-9][0-9]{2,3}Mi|[1-9][0-9]{0,1}Gi)$'
You can’t perform that action at this time.
0 commit comments