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 1060db385e chore: allocate Xmx1500m for the build
1060db385e is described below

commit 1060db385e5a224cc537a995177282c6d2ff988b
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Fri Jun 2 14:53:29 2023 +0300

    chore: allocate Xmx1500m for the build
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index eb14a43881..bd8776dd3d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-org.gradle.jvmargs=-Xmx768m -XX:MaxMetaspaceSize=512m
+org.gradle.jvmargs=-Xmx1500m -XX:MaxMetaspaceSize=768m
 org.gradle.parallel=true
 # Build cache can be disabled with --no-build-cache option
 org.gradle.caching=true

Reply via email to