On CB 6.6.2 EE’s web console, I’m giving up on getting a solid picture of possibily running out resources from figures in
- Server dashboard’s “Memory index service used”
- Server Statistics dashboard’s “remaining index ram”
- Indexes dashboard’s “data size”
In order to try to compute “remaining index ram” myself, I checked the response of the /api/v1/stats REST service, and had a look at the .indexer.memory_used
field , which I supposed should at least include the sum of each index’ used memory (i.e. the sum of all the remaining .nameoftheindex.memory_used
fields).
But I’m noticing that .indexer.memory_used
considerably exceeds the sum of all the remaining .nameoftheindex.memory_used
, say even by its 20%. Is this excess used by the indexer process? Or maybe I’m going astray and looking at the wrong fields …
Thank you very much in advance for any hint.