Skip to content

Commit 3bbbc60

Browse files
authored
Update jemalloc_heap_profiling.md
1 parent 00ae212 commit 3bbbc60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/altinity-kb-setup-and-maintenance/jemalloc_heap_profiling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ $ curl https://user:password@cluster.env.altinity.cloud:8443/pprof/cmdline
119119
$ curl https://user:password@cluster.env.altinity.cloud:8443/pprof/symbol
120120
num_symbols: 702648
121121

122-
$ curl -d '0x0F99B044+188512D0' https://user:password@cluster.env.altinity.cloud:8443/pprof/symbol
122+
$ curl -d '0x0F99B044+0x008512D0' https://user:password@cluster.env.altinity.cloud:8443/pprof/symbol
123123
0x0F99B044 DB::StorageSystemFilesystemCache::getColumnsDescription()
124-
188512D0 icudt75_dat
124+
0x008512D0 icudt75_dat
125125
```
126126

127127
```sql

0 commit comments

Comments
 (0)