X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sm.py;h=cb90364f8ec9820b20489c7d01b8c4716eb5d047;hb=78431edeac05e3ab1ca8022514f24b173da5286a;hp=67730a4b479dc6ea7de7eb11e24e5dfd1b78b4f7;hpb=d1caf190131fb94a6cacd90170d07ccceafa478b;p=nodemanager.git diff --git a/sm.py b/sm.py index 67730a4..cb90364 100644 --- a/sm.py +++ b/sm.py @@ -30,6 +30,10 @@ DEFAULT_ALLOCATION = { 'net_i2_min_rate': bwmin / 1000, # kbps 'net_i2_max_rate': bwmax / 1000, # kbps 'net_i2_share': 1, # proportional share + 'net_max_kbyte' : 5662310, #Kbyte + 'net_thresh_kbyte': 4529848, #Kbyte + 'net_i2_max_kbyte': 17196646, + 'net_i2_thresh_kbyte': 13757316, 'disk_max': 5000000 # bytes }