Maksim Myskov created IGNITE-23048:
--------------------------------------
Summary: GC log size misconfiguration
Key: IGNITE-23048
URL: https://issues.apache.org/jira/browse/IGNITE-23048
Project: Ignite
Issue Type: Bug
Components: build
Reporter: Maksim Myskov
During launch sequence, JVM_GC_LOG_SIZE is set to 104857600, which is 100mb in
bytes.
According to documentation:
{noformat}
-Xlog:gc*:file=<file>::filecount=<count>,filesize=<filesize in kb>{noformat}
If the unit is not set, kilobytes are used, so the current value 104857600 is
incorrect.
I suggest setting "100m" as more clear value.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)