We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ae212 commit 3bbbc60Copy full SHA for 3bbbc60
content/en/altinity-kb-setup-and-maintenance/jemalloc_heap_profiling.md
@@ -119,9 +119,9 @@ $ curl https://user:password@cluster.env.altinity.cloud:8443/pprof/cmdline
119
$ curl https://user:password@cluster.env.altinity.cloud:8443/pprof/symbol
120
num_symbols: 702648
121
122
-$ curl -d '0x0F99B044+188512D0' https://user:password@cluster.env.altinity.cloud:8443/pprof/symbol
+$ curl -d '0x0F99B044+0x008512D0' https://user:password@cluster.env.altinity.cloud:8443/pprof/symbol
123
0x0F99B044 DB::StorageSystemFilesystemCache::getColumnsDescription()
124
-188512D0 icudt75_dat
+0x008512D0 icudt75_dat
125
```
126
127
```sql
0 commit comments