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

apkhmv pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 92b318bd13 IGNITE-23137 vars.bat is different from vars.env (#4397)
92b318bd13 is described below

commit 92b318bd13921873b944cac13d6d1d97e09d6839
Author: Vadim Pakhnushev <[email protected]>
AuthorDate: Mon Sep 16 17:08:02 2024 +0300

    IGNITE-23137 vars.bat is different from vars.env (#4397)
    
    Remove timestamp from GC log file name
---
 packaging/db/zip/linux/vars.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packaging/db/zip/linux/vars.env b/packaging/db/zip/linux/vars.env
index 5593904d96..1adef26021 100644
--- a/packaging/db/zip/linux/vars.env
+++ b/packaging/db/zip/linux/vars.env
@@ -31,7 +31,7 @@ JVM_MAX_MEM="16384m"
 JVM_MIN_MEM="16384m"
 JVM_GC="G1GC"
 JVM_G1HeapRegionSize="32M"
-JVM_GC_LOG_NAME="gc.log.$(date -u +%Y%m%d_%H%M%S)"
+JVM_GC_LOG_NAME="gc.log"
 JVM_GC_LOG_SIZE="100m"
 JVM_GC_NUM_LOGS="10"
 ##For any additional users settings

Reply via email to