Skip to content
Snippets Groups Projects
Commit 2b643d72 authored by Trupeshkumar Rajendrabhai Patel's avatar Trupeshkumar Rajendrabhai Patel
Browse files

made memory chnages for compute node "c0"

Set memory 4500MB for compute node "c0".
parent 85e6fb17
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
nodename="$1"
# Ensure that the $HOME/iso directory exists
if [[ ! -d "$HOME/iso" ]]; then
if [[ ! -d "$HOME/iso" ]]; then
mkdir ~/iso
fi
......@@ -22,7 +22,7 @@ fi
VBoxManage createvm --name "$nodename" --register
VBoxManage modifyvm "$nodename" --memory 4096 --nic1 intnet --intnet1 compute --nictype1=82540EM --rtcuseutc on
VBoxManage modifyvm "$nodename" --memory 4500 --nic1 intnet --intnet1 compute --nictype1=82540EM --rtcuseutc on
VBoxManage storagectl "$nodename" --name IDE --add ide --controller PIIX4 --bootable on
VBoxManage storageattach "$nodename" --storagectl IDE --type dvddrive --device 0 --port 1 --medium ~/iso/ipxe.iso
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment