+more RAM
This commit is contained in:
parent
bed32dcf23
commit
c294cf1694
1 changed files with 2 additions and 2 deletions
4
runme.sh
4
runme.sh
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
appdir=$(cd `dirname $0` && pwd)
|
appdir=$(cd `dirname $0` && pwd)
|
||||||
apptmp='/tmp'
|
apptmp='/tmp'
|
||||||
vmsize='8G'
|
vmsize='12G'
|
||||||
vmmem='2G'
|
vmmem='4G'
|
||||||
vcpu=`cat /proc/cpuinfo|grep proc|tail -1|awk '{print $NF}'`
|
vcpu=`cat /proc/cpuinfo|grep proc|tail -1|awk '{print $NF}'`
|
||||||
k8sdsk="${apptmp}/k8s-demo.raw"
|
k8sdsk="${apptmp}/k8s-demo.raw"
|
||||||
httpboot='http://ftp.debian.org/debian/dists/stretch/main/installer-amd64/current/images/netboot/debian-installer/amd64'
|
httpboot='http://ftp.debian.org/debian/dists/stretch/main/installer-amd64/current/images/netboot/debian-installer/amd64'
|
||||||
|
|
Loading…
Reference in a new issue