Bullet lists start after a blank line. Signed-off-by: Bernardo Dal Seno <[email protected]> --- doc/design-partitioned.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/design-partitioned.rst b/doc/design-partitioned.rst index c059ccd..b404da9 100644 --- a/doc/design-partitioned.rst +++ b/doc/design-partitioned.rst @@ -125,7 +125,7 @@ Under KVM or LXC memory is fully shared between the host system and all the guests, and instances can even be swapped out by the host OS. It's not clear if the problem can be solved by limiting the size of the -instances, so that there is plenty of room for the host OS. +instances, so that there is plenty of room for the host OS. We could implement segregation using cgroups to limit the memory used by the host OS. This requires finishing the implementation of the memory @@ -172,8 +172,9 @@ change: there is one for the whole cluster. For example, a policy could be set up to allow instances with this constraints: + - between 1 and 2 CPUs, 2 GB of RAM, and between 10 GB and 400 GB of -disk space; + disk space; - 4 CPUs, 4 GB of RAM, and between 10 GB and 800 GB of disk space. Then, an instance using 1 CPU, 2 GB of RAM and 50 GB of disk would be -- 1.8.2.1
