Skip to content

Commit

Permalink
Merge pull request #1034 from rvykydal/use-more-ram-for-stage2-from-k…
Browse files Browse the repository at this point in the history
…s-test

Use more RAM for stage2 test getting stage2 via http (gh1033)
  • Loading branch information
rvykydal authored Dec 1, 2023
2 parents 8d8f322 + fe732cd commit af391b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage2-from-ks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ stage2_from_ks() {

# The test needs more RAM because installer image is downloaded from network
get_required_ram() {
echo "2572"
echo "2750"
}

0 comments on commit af391b2

Please sign in to comment.