Skip to content

Instantly share code, notes, and snippets.

Created September 23, 2011 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1237322 to your computer and use it in GitHub Desktop.
Save anonymous/1237322 to your computer and use it in GitHub Desktop.
Class Name | Shallow Heap | Retained Heap
-----------------------------------------------------------------------------------------------------------------------------------------------
org.elasticsearch.common.concurrentlinkedhashmap.ConcurrentLinkedHashMap @ 0x685762218 | 160 | 3,890,859,000
|- <class> class org.elasticsearch.common.concurrentlinkedhashmap.ConcurrentLinkedHashMap @ 0x7fc17d340 | 48 | 64
|- executor java.util.concurrent.ScheduledThreadPoolExecutor @ 0x68567f298 | 112 | 10,024
|- listener org.elasticsearch.indices.cache.filter.IndicesNodeFilterCache @ 0x685761f80 | 64 | 344
|- data java.util.concurrent.ConcurrentHashMap @ 0x685762278 | 72 | 100,281,088
|- evictionLock java.util.concurrent.locks.ReentrantLock @ 0x685762778 | 24 | 72
|- evictionDeque org.elasticsearch.common.concurrentlinkedhashmap.LinkedDeque @ 0x6857627b0 | 40 | 40
|- weigher org.elasticsearch.common.concurrentlinkedhashmap.ConcurrentLinkedHashMap$BoundedWeigher @ 0x6857627c8| 24 | 40
|- drainStatus java.util.concurrent.atomic.AtomicReference @ 0x685762980 | 24 | 24
|- buffers java.util.Queue[8] @ 0x685762a00 | 88 | 273,092,056
|- bufferLengths java.util.concurrent.atomic.AtomicIntegerArray @ 0x685762a30 | 24 | 80
|- pendingNotifications java.util.concurrent.ConcurrentLinkedQueue @ 0x685762bf8 | 32 | 64
'- Total: 11 entries | |
-----------------------------------------------------------------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment