summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDirk von Suchodoletz2011-04-14 19:55:41 +0200
committerDirk von Suchodoletz2011-04-14 19:55:41 +0200
commit31d131b94069f2f001148c7861ea3b278265fbe7 (patch)
tree3d5f3f9f5cf4a60ad6b4297a67eb3d5c367aacf8 /src
parentVMware expects the directory .vmware/dndlogs to be present ... should (diff)
downloadcore-31d131b94069f2f001148c7861ea3b278265fbe7.tar.gz
core-31d131b94069f2f001148c7861ea3b278265fbe7.tar.xz
core-31d131b94069f2f001148c7861ea3b278265fbe7.zip
Set a more safe value for vmware swapping ...
Diffstat (limited to 'src')
-rw-r--r--src/os-plugins/plugins/vmware/XX_vmware.sh2
1 files changed, 1 insertions, 1 deletions
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