summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-22 19:42:31 +0200
committerDirk von Suchodoletz2010-08-22 19:42:31 +0200
commit3a8337f4421e2dbce0ed3d4c087bb5573ecf24d7 (patch)
tree264cc59f44b6e72231c6fe0ee7c4331af5d67eb3 /os-plugins
parentMerge branch 'master' of openslx.org:openslx/core (diff)
downloadcore-3a8337f4421e2dbce0ed3d4c087bb5573ecf24d7.tar.gz
core-3a8337f4421e2dbce0ed3d4c087bb5573ecf24d7.tar.xz
core-3a8337f4421e2dbce0ed3d4c087bb5573ecf24d7.zip
Removing unneeded stuff from Ubuntu configuration, changing tempfs
overbooking for VMware to a more safe setting.
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh b/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh
index 9a168829..a6db9682 100644
--- a/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh
+++ b/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=200% /mnt/tmp
+ mount -o remount,size=150% /mnt/tmp
;;
*/uniontmp*)
- mount -o remount,size=200% /mnt/tmp
+ mount -o remount,size=150% /mnt/tmp
;;
esac