diff options
| author | Simon Rettberg | 2013-11-12 15:25:00 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-11-12 15:25:00 +0100 |
| commit | 382048534fb063d0975094c111247a1212f75bf5 (patch) | |
| tree | 11289e3aa1852ab3988d2dfb445f91ac218edd1d /remote/modules | |
| parent | [redsocks] Refine localnet detection (still not correct :P) (diff) | |
| download | tm-scripts-382048534fb063d0975094c111247a1212f75bf5.tar.gz tm-scripts-382048534fb063d0975094c111247a1212f75bf5.tar.xz tm-scripts-382048534fb063d0975094c111247a1212f75bf5.zip | |
[vmchooser] Reserve more memory for system, less for VM
Diffstat (limited to 'remote/modules')
| -rwxr-xr-x | remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt index 9319c6c5..dac60520 100755 --- a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt +++ b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt @@ -331,9 +331,9 @@ cpu_cores=${cpu_cores:-"1"} # Amount of memory for the VM. Be generous if diff is written to HDD if mount | grep -q '^/dev/sd.*on.*/tmp'; then - reserve=16 - min=550 - max=1024 + reserve=20 + min=768 + max=1536 else reserve=65 min=768 |
