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
The following commit(s) were added to refs/heads/master by this push:
new c066c4b Bump MaxMetaspaceSize for Gradle daemon to 512m
c066c4b is described below
commit c066c4ba58465e40331540620a39e2aff3bd0fdd
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Sun Oct 18 12:48:43 2020 +0300
Bump MaxMetaspaceSize for Gradle daemon to 512m
This change should prevent OutOfMemory: Metaspace during the build
---
gradle.properties | 1 +
1 file changed, 1 insertion(+)
diff --git a/gradle.properties b/gradle.properties
index ff3b488..131226a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -15,6 +15,7 @@
# limitations under the License.
#
+org.gradle.jvmargs=-Xmx512m -XX:MaxMetaspaceSize=512m
org.gradle.parallel=true
# Build cache can be disabled with --no-build-cache option
org.gradle.caching=true