From ad60b53d4767a9f5fd753e739d73ab9ab1435f84 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 15 Dec 2011 11:56:26 +0100 Subject: [PATCH] feature #360: Updated example in sched.conf for custom policies --- src/scheduler/etc/sched.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scheduler/etc/sched.conf b/src/scheduler/etc/sched.conf index a35db8e55d..b72f48dd37 100644 --- a/src/scheduler/etc/sched.conf +++ b/src/scheduler/etc/sched.conf @@ -47,5 +47,5 @@ DEFAULT_SCHED = [ #DEFAULT_SCHED = [ # policy = 3, -# rank = "- (RUNNING_VMS / 8 + FREE_CPU)" +# rank = "- (RUNNING_VMS * 50 + FREE_CPU)" #]