Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Motivation
Starting from version 2.0 Ignite keeps all data in offheap area and allocates this area on startup based on MemoryPolicy settings.
So several Ignite nodes started on the same machine may allocate an order of magnitude more memory than physically available so putting pressure on such cluster will cause the machine to hang.
Acceptance Criteria
- Reliable cross-platform algorithm to detect low memory is developed.
- Ignite node fails to start with descriptive error message when the algorithm detects low memory which may cause hang.
Attachments
Issue Links
- duplicates
-
IGNITE-6182 Change default max memory size from 80% to 20%
- Resolved