In case anyone is using Chronicle Map, can you tell if Chronicle maps and queues sizes are part of application JVM heap or not.
I have an application which listens on Chronicle Queue and then has multiple Chronicle maps. I have allocated 16GB as max heap size for my application. Individual maps have their entry sizes, key and value sizes defined. And say I have four maps each growing up to 5 GB each.
What I don't know is where can I see the memory utilised by queues and maps. Also, if my application having 16GB is sufficient.