Skip to content

Commit 261425a

Browse files
committed
Updates VerticalVmRamScalingExample docs
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
1 parent da0cee8 commit 261425a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/cloudsimplus/examples/autoscaling/VerticalVmRamScalingExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
* is set to each initially created VM (check {@link #createListOfScalableVms(int)}),
6868
* which will check at {@link #SCHEDULING_INTERVAL specific time intervals}
6969
* if a VM's RAM {@link #upperRamUtilizationThreshold(Vm) is overloaded or not},
70-
* according to a <b>static computed utilization threshold</b>.
70+
* according to a <b>statically computed utilization threshold</b>.
7171
* Then it requests the RAM to be scaled up.</p>
7272
*
7373
* <p>The example uses the CloudSim Plus {@link EventListener} feature

0 commit comments

Comments
 (0)