Re: OutOfMemoryException with Persistence and Eviction Enabled

2020-09-25 Thread Andrei Aleksandrov
nite persistence (DataRegionConfiguration.persistenceEnabled) ^-- Enable eviction or expiration policies]] From: user@ignite.apache.org At: 09/23/20 12:34:36 To: user@ignite.apache.org Subject: OutOfMemoryException with Persistence and Eviction Enabled We currently have a cache th

Re: OutOfMemoryException with Persistence and Eviction Enabled

2020-09-24 Thread Mitchell Rathbun (BLOOMBERG/ 731 LEX)
gnite need the same internal structures for either case? From: user@ignite.apache.org At: 09/24/20 11:42:21To: user@ignite.apache.org Subject: Re: OutOfMemoryException with Persistence and Eviction Enabled Hi, Did you try to increase the DataRegion size a

Re: OutOfMemoryException with Persistence and Eviction Enabled

2020-09-24 Thread Andrei Aleksandrov
ubject: OutOfMemoryException with Persistence and Eviction Enabled We currently have a cache that is structured with a key of record type and a value that is a map from field id to field. So to update this cache, which has persistence enabled, we need to atomically load the value map for a ke

OutOfMemoryException with Persistence and Eviction Enabled

2020-09-23 Thread Mitchell Rathbun (BLOOMBERG/ 731 LEX)
We currently have a cache that is structured with a key of record type and a value that is a map from field id to field. So to update this cache, which has persistence enabled, we need to atomically load the value map for a key, add to that map, and write the map back to the cache. This can be