From 31d131b94069f2f001148c7861ea3b278265fbe7 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 14 Apr 2011 19:55:41 +0200 Subject: Set a more safe value for vmware swapping ... --- src/os-plugins/plugins/vmware/XX_vmware.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os-plugins/plugins/vmware/XX_vmware.sh b/src/os-plugins/plugins/vmware/XX_vmware.sh index edbd5003..4ed01e51 100644 --- a/src/os-plugins/plugins/vmware/XX_vmware.sh +++ b/src/os-plugins/plugins/vmware/XX_vmware.sh @@ -155,7 +155,7 @@ ${vmware_imagesrc}." nonfatal # allow VMware swapping if RamZSWAP is enabled if grep -E "^ramzswap.*1 -.*" /proc/modules ; then - echo -e '.encoding = "UTF-8"\nprefvmx.minVmMemPct = "50" + echo -e '.encoding = "UTF-8"\nprefvmx.minVmMemPct = "75" prefvmx.useRecommendedLockedMemSize = "TRUE"' | sed -e "s/^ *//" \ >/mnt/etc/vmware/config else -- cgit v1.2.3-55-g7522