So it is a very broad question. Sure you can use it for caching and compute as well as it has enough cores. Depending upon your requirements, you can read about data grid part on ignite documentation to get details about various ignite cache configurations - in memory - in memory with cache stores (IMDG) - caches with native persistence(IMDB) - on heap or off heap caches
Just some pointers to read On Tue, Nov 16, 2021, 08:34 Timothy Peng <timosp...@gmail.com> wrote: > Hello > > I just have one dedicated server who has 128GB memory and 16 cores. > Can I deploy Ignite on this server and just use the memory cache feature? > > Thanks >