16G
This commit is contained in:
parent
9c3f7d5948
commit
7df1fd995f
1 changed files with 1 additions and 1 deletions
2
runme.sh
2
runme.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
appdir=$(cd `dirname $0` && pwd)
|
||||
apptmp='/tmp'
|
||||
vmsize='12G'
|
||||
vmsize='16G'
|
||||
vmmem='4G'
|
||||
vcpu=`cat /proc/cpuinfo|grep proc|tail -1|awk '{print $NF}'`
|
||||
k8sdsk="${apptmp}/k8s-demo.raw"
|
||||
|
|
Loading…
Reference in a new issue