Description
Currently we can allocate up to 80% of available RAM by default. It could lead to swap with potential risk of hang.
In order to improve user experience, we need to do the following:
1) Decrease default to 20% (MemoryConfiguration.DFLT_MEMORY_POLICY_FRACTION)
2) When node starts it should sum max sizes of all memory regions plus Java's XMX. If result is greater than 50% of total RAM, we should issue a warning about potential swap.
Attachments
Issue Links
- is duplicated by
-
IGNITE-6003 Detecting low memory on ignite node startup
- Resolved
- links to
(2 links to)