From 1c8265b87ba5d9a54774dc37012cdf74a7114faf Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Mon, 28 Nov 2016 20:01:25 -0500 Subject: [PATCH] Updated comments --- constants/constants.go | 1 - 1 file changed, 1 deletion(-) diff --git a/constants/constants.go b/constants/constants.go index c9d7b36..08ad28a 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -3,7 +3,6 @@ Constants that are used across scripts 1. The available hosts = stratos-00x (x varies from 1 to 8) 2. cap_margin = percentage of the requested power to allocate 3. power_threshold = overloading factor -4. total_power = total power per node 5. window_size = number of tasks to consider for computation of the dynamic cap. Also, exposing functions to update or initialize some of the constants.