Cannot Find memory.nonheap.max

2024-02-19 Thread y
Hello Everyone, When using prometheus to monitor the ignite(ver. 2.13), I cannot find the parameter ‘sys_memory_nonheap_max’ . It seems that this parameter is available in the official documentation. How to solve this problem?Thanks. Tiany Hu, 2024/2/20

Re: Question about REST/C++ client

2024-02-19 Thread Stephen Darlington
Ah, the trick you're missing is that the "incr" REST API doesn't (directly) use a cache. Instead it uses an Atomic Sequence: https://ignite.apache.org/docs/latest/data-structures/atomic-types On Wed, 14 Feb 2024 at 17:38, Louis C wrote: > Hello, > > Thanks for your answers Igor and Stephen. >