diff options
Diffstat (limited to 'remote/modules/vmplayer/data/opt')
| -rwxr-xr-x | remote/modules/vmplayer/data/opt/openslx/etc/vmware/run-virt.include | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/modules/vmplayer/data/opt/openslx/etc/vmware/run-virt.include b/remote/modules/vmplayer/data/opt/openslx/etc/vmware/run-virt.include index b755133f..65699e31 100755 --- a/remote/modules/vmplayer/data/opt/openslx/etc/vmware/run-virt.include +++ b/remote/modules/vmplayer/data/opt/openslx/etc/vmware/run-virt.include @@ -33,8 +33,9 @@ runvmwareconfheader () { echo "# This configuration file was generated by $0" > "$conffile" + # does this makes sense? Depends on the VMworkstation in use MAXMEM="9999999" - MAXCORES="256" + MAXCORES="4" # check for the ostype # 1) memory limits |
