Skip to content

Commit

Permalink
Merge pull request #135 from ksimon1/increase-memory-rhel8-tiny
Browse files Browse the repository at this point in the history
increased minimum required memory for tiny rhel 8 template
  • Loading branch information
ksimon1 authored Feb 14, 2020
2 parents de44910 + ebabe95 commit 9ce451f
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 9ce451f

Please sign in to comment.