Apache Ignite throws OOM when we create huge number of caches without any data. Following are the configuration of data region:
Memory allocated: 1GB
Persistence enabled: False
Number of caches created: 500
It seems like for each cache there is a overhead of 5MB. Is this correct?