This is an automated email from the ASF dual-hosted git repository.

dspavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e23938f IGNITE-28729 Rebalance TC Bot JVM memory options (#232)
4e23938f is described below

commit 4e23938fe9addbc16aa25fadfdc6b6b485fb4e69
Author: ignitetcbot <[email protected]>
AuthorDate: Wed May 27 21:52:19 2026 +0300

    IGNITE-28729 Rebalance TC Bot JVM memory options (#232)
    
    Codex co-authored-by: Dmitriy Pavlov <[email protected]>
---
 jetty-launcher/build.gradle | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/jetty-launcher/build.gradle b/jetty-launcher/build.gradle
index b0910d1e..93324527 100644
--- a/jetty-launcher/build.gradle
+++ b/jetty-launcher/build.gradle
@@ -21,14 +21,15 @@ apply plugin: 'application'
 application {
     mainClass = 'org.apache.ignite.ci.TcHelperJettyLauncher'
     applicationDefaultJvmArgs = igniteJava17JvmArgs + ["-Dfile.encoding=UTF-8",
-                                                        
"-Dteamcity.bot.regionsize=32", // 32g Durable Memory region
+                                                        
"-Dteamcity.bot.regionsize=32", // 32g durable memory region
                                                         
"-Dhttp.maxConnections=100",
+                                                        
"-Djava.net.preferIPv4Stack=true",
                                                         "-server",
-                                                        "-Xmx31g",
-                                                        "-XX:+AlwaysPreTouch",
-                                                        "-XX:+UseG1GC",
-                                                        
"-XX:+ScavengeBeforeFullGC",
-                                                        
"-XX:+UseStringDeduplication",
+                                                        "-Xms5g",
+                                                        "-Xmx24g",
+                                                        "-XX:+UseZGC",
+                                                        "-XX:+ZUncommit",
+                                                        
"-XX:ZUncommitDelay=300",
                                                         
"-Dcom.sun.management.jmxremote",
                                                         
"-Dcom.sun.management.jmxremote.port=9010",
                                                         
"-Dcom.sun.management.jmxremote.local.only=false",

Reply via email to