Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
environments-recipes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
grid5000
environments-recipes
Commits
1e95d8c2
Commit
1e95d8c2
authored
Dec 02, 2020
by
Baptiste Jonglez
Committed by
Pierre Neyron
Dec 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[centos] Add more RAM to avoid a crash of the VM during boot
This crash was witnessed for ppc64 with both CentOS 7 and 8
parent
97ce7c67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
from_scratch/centos-base.yaml
from_scratch/centos-base.yaml
+2
-0
from_scratch/ppc64le/centos-base.yaml
from_scratch/ppc64le/centos-base.yaml
+2
-0
No files found.
from_scratch/centos-base.yaml
View file @
1e95d8c2
...
...
@@ -30,6 +30,8 @@ global:
installer_iso_finder_args
:
$${distrib} $${release_number} $${arch} $${mirror_base_url}
qemu_iso_path
:
$${kameleon_cwd}/$${distrib}.iso
# If memory size is too low, the VM crashes.
qemu_memory_size
:
2G
base_kickstart_path
:
$${kameleon_data_dir}/kickstart/$${distrib}$${release_number}-ks.cfg
...
...
from_scratch/ppc64le/centos-base.yaml
View file @
1e95d8c2
...
...
@@ -30,6 +30,8 @@ global:
installer_iso_finder_args
:
$${distrib} $${release_number} $${arch} $${mirror_base_url}
qemu_iso_path
:
$${kameleon_cwd}/$${distrib}.iso
# If memory size is too low, the VM crashes.
qemu_memory_size
:
2G
base_kickstart_path
:
$${kameleon_data_dir}/kickstart/$${distrib}$${release_number}-ks.cfg
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment