From 069743038a14c3f67ce838c7422226acb0e4fc9d Mon Sep 17 00:00:00 2001 From: Olivier Lambert Date: Thu, 3 Mar 2016 13:03:38 +0100 Subject: [PATCH] Update load_balancing.md --- load_balancing.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/load_balancing.md b/load_balancing.md index 5b7705f3d..6ba3f6cad 100644 --- a/load_balancing.md +++ b/load_balancing.md @@ -55,14 +55,6 @@ If the CPU threshold is set to 90%, the load balancer will be only triggered if For the free memory, it will be triggered if there is **less** free RAM than the threshold. -### Behavior - -You can choose between "aggressive", "normal" and "low". This parameter will act on how the plan will activate migrations. - -More aggressive it is, more it will make actions to follow the mode, comparing to short term metrics. - -Less aggressive means actions only if older metrics confirm that migrating is necessary. - ## More The issue is [opened here](https://github.com/vatesfr/xo-web/issues/423).