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 76672fa commit 26546a7Copy full SHA for 26546a7
temporal-sdk/src/main/java/io/temporal/worker/tuning/ResourceBasedController.java
@@ -43,7 +43,7 @@ public ResourceBasedController(
43
this.systemInfoSupplier = systemInfoSupplier;
44
this.memoryController =
45
new PIDController(
46
- options.getTargetCPUUsage(),
+ options.getTargetMemoryUsage(),
47
options.getMemoryPGain(),
48
options.getMemoryIGain(),
49
options.getMemoryDGain());
0 commit comments