Skip to content

Commit

Permalink
Latest osinfo-db increased minimum required memory for rhel 8.
Browse files Browse the repository at this point in the history
This PR increases minimum memory to 1.5Gi for rhel 8 tiny templates

Signed-off-by: Karel Simon <[email protected]>
  • Loading branch information
ksimon1 committed Feb 14, 2020
1 parent de44910 commit ebabe95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generate-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
src: rhel7.tpl.yaml
dest: "{{ playbook_dir }}/dist/templates/{{ os }}-{{ item.workload }}-{{ item.flavor }}.yaml"
with_items:
- {flavor: tiny, workload: server, memsize: "1Gi", cpus: 1, iothreads: False, tablet: False}
- {flavor: tiny, workload: desktop, memsize: "1Gi", cpus: 1, iothreads: False, tablet: True}
- {flavor: tiny, workload: highperformance, memsize: "1Gi", cpus: 1, iothreads: True, tablet: False}
- {flavor: tiny, workload: server, memsize: "1.5Gi", cpus: 1, iothreads: False, tablet: False}
- {flavor: tiny, workload: desktop, memsize: "1.5Gi", cpus: 1, iothreads: False, tablet: True}
- {flavor: tiny, workload: highperformance, memsize: "1.5Gi", cpus: 1, iothreads: True, tablet: False}
- {flavor: small, workload: server, memsize: "2Gi", cpus: 1, iothreads: False, tablet: False}
- {flavor: small, workload: desktop, memsize: "2Gi", cpus: 1, iothreads: False, tablet: True}
- {flavor: small, workload: highperformance, memsize: "2Gi", cpus: 1, iothreads: True, tablet: False}
Expand Down

0 comments on commit ebabe95

Please sign in to comment.