Created
January 22, 2020 16:52
-
-
Save lfalcao/0d968c6e4eb605baee900e849af3c50d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
___ Begin jemalloc statistics ___ | |
Version: 3.6.0-11 | |
Assertions disabled | |
Run-time option settings: | |
opt.abort: false | |
opt.lg_chunk: 22 | |
opt.dss: "secondary" | |
opt.narenas: 8 | |
opt.lg_dirty_mult: 3 | |
opt.stats_print: true | |
opt.junk: false | |
opt.quarantine: 0 | |
opt.redzone: false | |
opt.zero: false | |
opt.tcache: true | |
opt.lg_tcache_max: 15 | |
CPUs: 2 | |
Arenas: 8 | |
Pointer size: 8 | |
Quantum size: 16 | |
Page size: 4096 | |
Min active:dirty page ratio per arena: 8:1 | |
Maximum thread-cached size class: 32768 | |
Chunk size: 4194304 (2^22) | |
Allocated: 0, active: 0, mapped: 4194304 | |
Current active ceiling: 0 | |
chunks: nchunks highchunks curchunks | |
1 1 1 | |
huge: nmalloc ndalloc allocated | |
0 0 0 | |
arenas[0]: | |
assigned threads: 0 | |
dss allocation precedence: disabled | |
dirty pages: 0:0 active:dirty, 0 sweeps, 0 madvises, 0 purged | |
allocated nmalloc ndalloc nrequests | |
small: 0 0 0 0 | |
large: 0 0 0 0 | |
total: 0 0 0 0 | |
active: 0 | |
mapped: 0 | |
bins: bin size regs pgs allocated nmalloc ndalloc nrequests nfills nflushes newruns reruns curruns | |
[0..27] | |
large: size pages nmalloc ndalloc nrequests curruns | |
[1018] | |
--- End jemalloc statistics --- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment