Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The default -Xms value is JVM dependent, but the host memory size is usually included in the calculation.
-Xms in turn is used to calculate some GC parameters, for example NewSize and OldSize, which affect the behaviour of tests.
As the memory consumption on the tests is not dependent on the host VM size, we could set -Xms for the tests explictly, and enjoy more consistent test results.
Attachments
Issue Links
- is related to
-
HBASE-28133 TestSyncTimeRangeTracker fails with OOM with small -Xms values
- Resolved
- relates to
-
PHOENIX-7066 Specify -Xms for tests
- Resolved
- links to