From ef1c8f6a368f70e1b23bc1fc2c4f167efc63b0d9 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Tue, 22 Jan 2008 20:46:00 +0000 Subject: [PATCH] s/cpu_min/cpu_pct/g --- sm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sm.py b/sm.py index efba0eb..abbcaec 100644 --- a/sm.py +++ b/sm.py @@ -23,7 +23,7 @@ import string,re DEFAULT_ALLOCATION = { 'enabled': 1, # CPU parameters - 'cpu_min': 0, # percent CPU reserved + 'cpu_pct': 0, # percent CPU reserved 'cpu_share': 1, # proportional share # bandwidth parameters 'net_min_rate': bwmin / 1000, # kbps -- 2.47.0