Skip to content

Instantly share code, notes, and snippets.

Created September 26, 2011 09:00
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/eaaa3df2e5c3f8f62dc1 to your computer and use it in GitHub Desktop.
Save anonymous/eaaa3df2e5c3f8f62dc1 to your computer and use it in GitHub Desktop.
Class Name | Objects | Shallow Heap | Retained Heap | Percentage
----------------------------------------------------------------------------------------------------------------------------------------------------
| | | |
org.elasticsearch.common.concurrentlinkedhashmap.ConcurrentLinkedHashMap | 1 | 160 | 3,890,859,000 | 56.80%
|- org.elasticsearch.common.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node | 1,111,546 | 62,246,576 | 3,481,146,984 | 50.82%
| '- org.elasticsearch.common.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WeightedValue| 1,111,546 | 35,569,472 | 3,418,900,408 | 49.91%
| '- org.elasticsearch.index.cache.filter.support.FilterCacheValue | 1,111,546 | 35,569,472 | 3,383,330,936 | 49.39%
| '- org.elasticsearch.common.lucene.docset.OpenBitDocSet | 1,104,048 | 26,497,152 | 3,347,761,464 | 48.87%
| |- org.apache.lucene.util.OpenBitSet | 641,370 | 25,654,800 | 1,916,982,288 | 27.98%
| |- org.apache.lucene.util.OpenBitSetDISI | 462,678 | 18,507,120 | 1,404,282,024 | 20.50%
| '- Total: 2 entries | | | |
|- java.util.Queue[] | 1 | 88 | 273,092,056 | 3.99%
|- java.util.concurrent.ConcurrentHashMap | 1 | 72 | 100,281,088 | 1.46%
|- org.elasticsearch.index.cache.filter.support.AbstractWeightedFilterCache$FilterCacheKey | 1,111,546 | 35,569,472 | 35,569,624 | 0.52%
|- org.elasticsearch.common.lucene.search.AndFilter | 1,081 | 25,944 | 579,416 | 0.01%
|- org.apache.lucene.search.NumericRangeFilter | 1,243 | 29,832 | 188,936 | 0.00%
|- org.apache.lucene.search.PublicTermsFilter | 1 | 24 | 416 | 0.00%
|- java.util.concurrent.atomic.AtomicIntegerArray | 1 | 24 | 80 | 0.00%
|- java.util.concurrent.locks.ReentrantLock | 1 | 24 | 72 | 0.00%
|- java.util.concurrent.ConcurrentLinkedQueue | 1 | 32 | 64 | 0.00%
|- org.elasticsearch.common.concurrentlinkedhashmap.LinkedDeque | 1 | 40 | 40 | 0.00%
|- org.elasticsearch.common.concurrentlinkedhashmap.ConcurrentLinkedHashMap$BoundedWeigher | 1 | 24 | 40 | 0.00%
|- java.util.concurrent.atomic.AtomicReference | 1 | 24 | 24 | 0.00%
'- Total: 13 entries | | | |
----------------------------------------------------------------------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment