Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit 96111e9

Browse files
committed
ensure having enough memory
1 parent 6e0aac3 commit 96111e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ platforms:
1111
- name: opensuse-leap15
1212
box: generic/opensuse15
1313
cpus: 2
14-
memory: 4096
14+
memory: 8192
1515
provisioner:
1616
name: ansible
1717
verifier:

molecule/suma/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ platforms:
1111
- name: suma4
1212
box: sles15-sp3
1313
cpus: 2
14-
memory: 4096
14+
memory: 8192
1515
provisioner:
1616
name: ansible
1717
verifier:

0 commit comments

Comments
 (0)