ptupitsyn commented on issue #11463:
URL: https://github.com/apache/ignite/issues/11463#issuecomment-2268592576

   You are right, did not notice this initially. I've tried your code and it 
fails for me too.
   
   I think 40 MB is just too small for page replacement to work properly - 
there are not enough pages overall.
   
   If I change `maxSize` to 400 MB, the error does not occur, and we can see 
that there is more data on disk than in RAM:
   
   ```
   [12:19:33]     ^--   40MB_Region_Eviction region [type=user, 
persistence=true, lazyAlloc=true,
   [12:19:33]       ...  initCfg=100MB, maxCfg=400MB, usedRam=392MB, 
freeRam=1.95%, allocRam=400MB, allocTotal=886MB]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to