Regarding your second question: looks like you don't actually need persistence. Its purpose is the opposite: to save cache data between restarts. If you use persistence to store more data than RAM available, then you can enable swap space: https://apacheignite.readme.io/v1.9/docs/off-heap-memory#section-swap-space
вт, 29 авг. 2017 г. в 20:06, ezhuravlev <[email protected]>: > Hi, > > 1) There is no possibility to limit Persistent Store size right now, but > you > always can use separate disk volume with size 300GB for your case to use it > for Persistent Store. > > 2) Well it's not usual to use case, but after stopping node you can clear > data from work folder or just invoke removeAll on cache > > Evgenii > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Limiting-the-size-of-Persistent-Store-and-clearing-data-on-restart-tp16507p16515.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
