@@ -368,9 +368,9 @@ conf:
368
368
options :
369
369
# Min-max scaling for avg CPU usage of the project on a host.
370
370
avgCPUUsageLowerBound : 0 # pct
371
- avgCPUUsageUpperBound : 100 # pct
372
- avgCPUUsageActivationLowerBound : 0.25
373
- avgCPUUsageActivationUpperBound : -0.5
371
+ avgCPUUsageUpperBound : 10 # pct
372
+ avgCPUUsageActivationLowerBound : 0.0
373
+ avgCPUUsageActivationUpperBound : -1.0
374
374
dependencies :
375
375
features :
376
376
extractors :
@@ -379,14 +379,14 @@ conf:
379
379
options :
380
380
# Min-max scaling for avg CPU contention on the host.
381
381
avgCPUContentionLowerBound : 0 # pct
382
- avgCPUContentionUpperBound : 100 # pct
383
- avgCPUContentionActivationLowerBound : 0.25
384
- avgCPUContentionActivationUpperBound : -0.5
382
+ avgCPUContentionUpperBound : 10 # pct
383
+ avgCPUContentionActivationLowerBound : 0.0
384
+ avgCPUContentionActivationUpperBound : -0.75
385
385
# Min-max scaling for max CPU contention on the host.
386
386
maxCPUContentionLowerBound : 0 # pct
387
- maxCPUContentionUpperBound : 100 # pct
388
- maxCPUContentionActivationLowerBound : 0.25
389
- maxCPUContentionActivationUpperBound : -0.5
387
+ maxCPUContentionUpperBound : 10 # pct
388
+ maxCPUContentionActivationLowerBound : 0.0
389
+ maxCPUContentionActivationUpperBound : -0.25
390
390
dependencies :
391
391
features :
392
392
extractors :
@@ -397,14 +397,14 @@ conf:
397
397
options :
398
398
# Min-max scaling for avg CPU usage on the host.
399
399
avgCPUUsageLowerBound : 0 # pct
400
- avgCPUUsageUpperBound : 100 # pct
401
- avgCPUUsageActivationLowerBound : 0.25
402
- avgCPUUsageActivationUpperBound : -0.5
400
+ avgCPUUsageUpperBound : 10 # pct
401
+ avgCPUUsageActivationLowerBound : 0.0
402
+ avgCPUUsageActivationUpperBound : -0.75
403
403
# Min-max scaling for max CPU usage on the host.
404
404
maxCPUUsageLowerBound : 0 # pct
405
- maxCPUUsageUpperBound : 100 # pct
406
- maxCPUUsageActivationLowerBound : 0.25
407
- maxCPUUsageActivationUpperBound : -0.5
405
+ maxCPUUsageUpperBound : 10 # pct
406
+ maxCPUUsageActivationLowerBound : 0.0
407
+ maxCPUUsageActivationUpperBound : -0.25
408
408
dependencies :
409
409
features :
410
410
extractors :
@@ -413,14 +413,14 @@ conf:
413
413
options :
414
414
# Min-max scaling for avg memory usage on the host.
415
415
avgMemoryUsageLowerBound : 0 # pct
416
- avgMemoryUsageUpperBound : 100 # pct
417
- avgMemoryUsageActivationLowerBound : 0.25
418
- avgMemoryUsageActivationUpperBound : -0.5
416
+ avgMemoryUsageUpperBound : 10 # pct
417
+ avgMemoryUsageActivationLowerBound : 0.0
418
+ avgMemoryUsageActivationUpperBound : -0.75
419
419
# Min-max scaling for max memory usage on the host.
420
420
maxMemoryUsageLowerBound : 0 # pct
421
- maxMemoryUsageUpperBound : 100 # pct
422
- maxMemoryUsageActivationLowerBound : 0.25
423
- maxMemoryUsageActivationUpperBound : -0.5
421
+ maxMemoryUsageUpperBound : 10 # pct
422
+ maxMemoryUsageActivationLowerBound : 0.0
423
+ maxMemoryUsageActivationUpperBound : -0.25
424
424
dependencies :
425
425
features :
426
426
extractors :
@@ -435,21 +435,21 @@ conf:
435
435
# Min-max scaling for gap-fitting based on cpu space left (vCPUs).
436
436
cpuEnabled : true
437
437
cpuFreeLowerBound : 0 # vCPUs
438
- cpuFreeUpperBound : 128 # vCPUs
439
- cpuFreeActivationLowerBound : 0.25
438
+ cpuFreeUpperBound : 512 # vCPUs
439
+ cpuFreeActivationLowerBound : 0.0
440
440
cpuFreeActivationUpperBound : -0.5
441
441
# Min-max scaling for gap-fitting based on memory space left (MB).
442
442
ramEnabled : true
443
443
ramFreeLowerBound : 0 # MB
444
444
ramFreeUpperBound : 4000000 # MB
445
- ramFreeActivationLowerBound : 0.25
445
+ ramFreeActivationLowerBound : 0.0
446
446
ramFreeActivationUpperBound : -0.5
447
447
# Min-max scaling for gap-fitting based on disk space left. (GB)
448
448
diskEnabled : false
449
449
diskFreeLowerBound : 0 # GB
450
450
diskFreeUpperBound : 1000 # GB
451
- diskFreeActivationLowerBound : 0.25
452
- diskFreeActivationUpperBound : -0.5
451
+ diskFreeActivationLowerBound : 0.0
452
+ diskFreeActivationUpperBound : -0.25
453
453
dependencies :
454
454
features :
455
455
extractors :
0 commit comments