diff options
| author | Dirk | 2013-10-07 11:20:29 +0200 |
|---|---|---|
| committer | Dirk | 2013-10-07 11:20:29 +0200 |
| commit | 47adbec626dafbe2596f4d9b2fe0320677c64116 (patch) | |
| tree | 66aa171dd11e11e548eee29d49da675396cf2a13 /remote/modules | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-47adbec626dafbe2596f4d9b2fe0320677c64116.tar.gz tm-scripts-47adbec626dafbe2596f4d9b2fe0320677c64116.tar.xz tm-scripts-47adbec626dafbe2596f4d9b2fe0320677c64116.zip | |
Ansering to Ticket #518 (reducing the number of MAXCORES) ... Should be checked, if working and should be configured more properly ...
Diffstat (limited to 'remote/modules')
| -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 |
