Skip to content

Commit

Permalink
Add more RAM to bootc and virtual provision plans
Browse files Browse the repository at this point in the history
Recently Openstack is full and the sad KVM machines
we are getting from Beaker do not make it.

Let's try with more RAM.

Signed-off-by: Miroslav Vadkerti <[email protected]>
  • Loading branch information
thrix committed Feb 1, 2025
1 parent 5bf4198 commit f665615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plans/provision/bootc.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ adjust+:
hardware:
virtualization:
is-supported: true
memory: ">= 4 GB"
memory: ">= 8 GB"
when: trigger == commit

- prepare+:
Expand Down
2 changes: 1 addition & 1 deletion plans/provision/virtual.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ adjust+:
hardware:
virtualization:
is-supported: true
memory: ">= 4 GB"
memory: ">= 8 GB"
when: trigger == commit

- prepare+:
Expand Down

0 comments on commit f665615

Please sign in to comment.