X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=slivermanager.py;h=287ee07601cbcc2413aacaa3af60eeb9ebe5d5c7;hb=5a2cdcf15984b8d4de3ad4566c6bb276a0df2e2b;hp=4e10b049f1e358df53827e8d20bfbbda4df91dc7;hpb=f896e4b6766383fa6d8aa0367049ab017cc1ecf5;p=nodemanager.git diff --git a/slivermanager.py b/slivermanager.py index 4e10b04..287ee07 100644 --- a/slivermanager.py +++ b/slivermanager.py @@ -42,6 +42,7 @@ DEFAULT_ALLOCATION = { 'cpu_pct': 0, # percent CPU reserved 'cpu_share': 1, # proportional share 'cpu_cores': "0b", # reserved cpu cores [b] + 'cpu_freezable': 0, # freeze processes if cpu_cores is 0 # bandwidth parameters 'net_min_rate': bwmin / 1000, # kbps 'net_max_rate': bwmax / 1000, # kbps