File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ targetAverageUtilization: 100
6
6
resources :
7
7
limits :
8
8
cpu : 1.0
9
- memory : 1.0Gi
9
+ memory : 1152Mi
10
10
requests :
11
- cpu : 256m
12
- memory : 0.6Gi
11
+ cpu : 384m
12
+ memory : 768Mi
13
13
affinity :
14
14
podsSpanNodes : true
15
15
ingress :
@@ -238,7 +238,7 @@ environmentVariables:
238
238
- name : CANVAS_TIMEOUT
239
239
value : " 60"
240
240
- name : CANVAS_POOL_SIZE
241
- value : " 15 "
241
+ value : " 25 "
242
242
243
243
- name : CODA_ENV
244
244
value : PROD
@@ -266,14 +266,14 @@ environmentVariables:
266
266
- name : GWS_TIMEOUT
267
267
value : " 5"
268
268
- name : GWS_POOL_SIZE
269
- value : " 30 "
269
+ value : " 50 "
270
270
271
271
- name : HFS_ENV
272
272
value : PROD
273
273
- name : HFS_TIMEOUT
274
274
value : " 5"
275
275
- name : HFS_POOL_SIZE
276
- value : " 30 "
276
+ value : " 40 "
277
277
278
278
- name : IASYSTEM_UW_ENV
279
279
value : PROD
@@ -313,7 +313,7 @@ environmentVariables:
313
313
- name : LIBCURRICS_ENV
314
314
value : PROD
315
315
- name : LIBCURRICS_POOL_SIZE
316
- value : " 20 "
316
+ value : " 30 "
317
317
- name : LIBCURRICS_TIMEOUT
318
318
value : " 7"
319
319
@@ -345,7 +345,7 @@ environmentVariables:
345
345
- name : PWS_TIMEOUT
346
346
value : " 10"
347
347
- name : PWS_POOL_SIZE
348
- value : " 30 "
348
+ value : " 50 "
349
349
350
350
- name : SDBMYUW_ENV
351
351
value : PROD
@@ -374,7 +374,7 @@ environmentVariables:
374
374
- name : UWNETID_ENV
375
375
value : PROD
376
376
- name : UWNETID_POOL_SIZE
377
- value : " 30 "
377
+ value : " 40 "
378
378
- name : UWNETID_TIMEOUT
379
379
value : " 10"
380
380
You can’t perform that action at this time.
0 commit comments