From 904058731fe2bb2607114fcc4347be543429240e Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Mon, 28 Feb 2011 19:34:55 +0100 Subject: tune tmpfs/ramzswap --- .../plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/os-plugins/plugins/vmware') diff --git a/src/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh b/src/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh index a28a8c6f..acc65f61 100644 --- a/src/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh +++ b/src/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh @@ -16,9 +16,9 @@ # adapt tmpfs size (overbook) case $(grep tmpfs /proc/mounts) in */tmp*) - mount -o remount,size=160% /mnt/tmp + mount -o remount,size=175% /mnt/tmp ;; */uniontmp*) - mount -o remount,size=160% /mnt/uniontmp + mount -o remount,size=175% /mnt/uniontmp ;; esac -- cgit v1.2.3-55-g7522