From 05f92bcfd29ffbe7c3fc420e117f9700ab19babc Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Fri, 10 Feb 2017 18:02:06 -0500 Subject: [PATCH] resolved merge conflict --- constants/constants.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/constants/constants.go b/constants/constants.go index e1045d5..8447e6c 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -1,18 +1,9 @@ /* Constants that are used across scripts 1. The available hosts = stratos-00x (x varies from 1 to 8) -<<<<<<< HEAD 2. CapMargin = percentage of the requested power to allocate 3. ConsiderationWindowSize = number of tasks to consider for computation of the dynamic cap. -======= -2. cap_margin = percentage of the requested power to allocate -3. power_threshold = overloading factor -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. - TODO: Clean this up and use Mesos Attributes instead. ->>>>>>> a0a3e78041067e5e2f9dc9b5d1e7b6dd001ce1e9 */ package constants