From 4f606af034d26931e8546f0d0baed7bb85e32068 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Fri, 1 Apr 2011 17:17:56 -0400 Subject: [PATCH] Increase the default root fs size to 14G. This will help account for out-of space conditions due to fprobe data logging in the worst cases, and leave more room for logging. --- source/configuration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/configuration b/source/configuration index 48ddbc9..9f0fe74 100644 --- a/source/configuration +++ b/source/configuration @@ -53,7 +53,7 @@ PLCONF_DIR=/etc/planetlab # this sets the size of the root logical volume, # after the root and swap has been created, remaining # goes to the vserver partition -ROOT_SIZE=7G +ROOT_SIZE=14G # override the swap size -- 2.43.0