Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ohpc_vagrant
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Trupeshkumar Rajendrabhai Patel
ohpc_vagrant
Commits
2b643d72
Commit
2b643d72
authored
6 years ago
by
Trupeshkumar Rajendrabhai Patel
Browse files
Options
Downloads
Patches
Plain Diff
made memory chnages for compute node "c0"
Set memory 4500MB for compute node "c0".
parent
85e6fb17
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compute_create
+2
-2
2 additions, 2 deletions
compute_create
with
2 additions
and
2 deletions
compute_create
+
2
−
2
View file @
2b643d72
...
...
@@ -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
4
096
--nic1
intnet
--intnet1
compute
--nictype1
=
82540EM
--rtcuseutc
on
VBoxManage modifyvm
"
$nodename
"
--memory
4
500
--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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment