mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
CI & Docs updates (#1284)
Increases the heap size for gradle builds in CI Also adds some docs about where/how app settings are stored. No user facing changes
This commit is contained in:
parent
d373b32da5
commit
8f98526558
4 changed files with 42 additions and 12 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -16,7 +16,7 @@ concurrency:
|
|||
|
||||
env:
|
||||
BRANCH_NAME: ${{ github.ref_name }}
|
||||
GRADLE_OPTS: "-Dorg.gradle.jvmargs='-Xmx4g -XX:MaxMetaspaceSize=512m'"
|
||||
GRADLE_OPTS: "-Dorg.gradle.jvmargs='-Xmx8g -XX:MaxMetaspaceSize=512m'"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue