diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c48afb3f..08dbe214 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -57,6 +57,10 @@ jobs: # see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning. # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages + + env: + GRADLE_OPTS: "-Xmx4096m" + steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/intellij-client/gradle.properties b/intellij-client/gradle.properties index 0dca82ce..c4e3673f 100644 --- a/intellij-client/gradle.properties +++ b/intellij-client/gradle.properties @@ -33,3 +33,5 @@ org.gradle.configuration-cache = true # Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html org.gradle.caching = true + +kotlin.daemon.jvmargs=-Xmx4096m