mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 14:35:04 +00:00
allow to enable last GC since in upcoming 1.7.0u4 the memory leak is fixed
This commit is contained in:
parent
2ab3f533fe
commit
c9107889a0
@ -91,7 +91,7 @@ public class JvmStats implements Streamable, Serializable, ToXContent {
|
||||
}
|
||||
}
|
||||
|
||||
JvmStats.enableLastGc = false;
|
||||
JvmStats.enableLastGc = enableLastGc;
|
||||
}
|
||||
|
||||
public static JvmStats jvmStats() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user