This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 33a6d68814651deae54f390408cee482c26a0c33 Author: Sandra Thieme <[email protected]> AuthorDate: Fri Jan 6 11:08:46 2023 +0100 Increase heap size Total heap size should be bigger than max metaspace size which is part of the heap. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index fef539a6d4..3a15e98165 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # limitations under the License. # -org.gradle.jvmargs=-Xmx512m -XX:MaxMetaspaceSize=512m +org.gradle.jvmargs=-Xmx768m -XX:MaxMetaspaceSize=512m org.gradle.parallel=true # Build cache can be disabled with --no-build-cache option org.gradle.caching=true
