Memory Usage
Memory consumption / limit:
0 /
-1.00 B
Breakdown
: Total=0 Peak=0
Untracked Memory: Total=0
tcmalloc
------------------------------------------------
MALLOC: 6796064 ( 6.5 MiB) Bytes in use by application
MALLOC: + 0 ( 0.0 MiB) Bytes in page heap freelist
MALLOC: + 558624 ( 0.5 MiB) Bytes in central cache freelist
MALLOC: + 147456 ( 0.1 MiB) Bytes in transfer cache freelist
MALLOC: + 14640832 ( 14.0 MiB) Bytes in thread cache freelists
MALLOC: + 1175744 ( 1.1 MiB) Bytes in malloc metadata
MALLOC: ------------
MALLOC: = 23318720 ( 22.2 MiB) Actual memory used (physical + swap)
MALLOC: + 4071424 ( 3.9 MiB) Bytes released to OS (aka unmapped)
MALLOC: ------------
MALLOC: = 27390144 ( 26.1 MiB) Virtual address space used
MALLOC:
MALLOC: 439 Spans in use
MALLOC: 44 Thread heaps in use
MALLOC: 8192 Tcmalloc page size
------------------------------------------------
Call ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).
Bytes released to the OS take up virtual address space but no physical memory.
System
Physical Memory: 61.76 GB
Transparent Huge Pages Config:
enabled: [always] madvise never
defrag: [always] madvise never
khugepaged defrag: 1
Process and system memory metrics
| Name |
Value |
Description |
| memory.mapped-bytes |
560.41 MB
|
Total bytes of memory mappings in this process (the virtual memory size).
|
| memory.rss |
27.58 MB
|
Resident set size (RSS) of this process, including TCMalloc, buffer pool and Jvm.
|
| memory.thp.defrag |
[always] madvise never
|
The system-wide 'defrag' setting for Transparent Huge Pages.
|
| memory.thp.enabled |
[always] madvise never
|
The system-wide 'enabled' setting for Transparent Huge Pages.
|
| memory.thp.khugepaged-defrag |
1
|
The system-wide 'defrag' setting for khugepaged.
|
| memory.total-used |
21.12 MB
|
Total memory currently used by TCMalloc and buffer pool.
|