Skip to content

Commit ad687f0

Browse files
authored
Suggest decrease of RAM size in CI configuration
Added comments suggesting a decrease in RAM size for the Android emulator.
1 parent 1dc509f commit ad687f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sormas_app_ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
with:
112112
api-level: ${{ matrix.api-level }}
113113
arch: x86_64
114+
# Could be decreased to 2048M
114115
ram-size: 4096M
115116
heap-size: 512M
116117
force-avd-creation: false
@@ -123,6 +124,7 @@ jobs:
123124
with:
124125
api-level: ${{ matrix.api-level }}
125126
arch: x86_64
127+
# Could be decreased to 2048M
126128
ram-size: 4096M
127129
heap-size: 512M
128130
force-avd-creation: false

0 commit comments

Comments
 (0)