Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jvmargs (0.14 sec)

  1. build-logic/integration-testing/src/main/kotlin/gradlebuild.distribution-testing.gradle.kts

        localRepository.localRepo = configurations["${prefix}TestLocalRepositoryPath"]
    }
    
    fun DistributionTest.setJvmArgsOfTestJvm() {
        jvmArgs("-Xmx${project.the<IntegrationTestExtension>().testJvmXmx.get()}", "-XX:+HeapDumpOnOutOfMemoryError")
        if (!javaVersion.isJava8Compatible) {
            jvmArgs("-XX:MaxPermSize=768m")
        }
    Plain Text
    - Registered: Wed Mar 27 11:36:08 GMT 2024
    - Last Modified: Tue Nov 28 20:40:40 GMT 2023
    - 3.9K bytes
    - Viewed (0)
Back to top