diff options
| author | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-03-23 12:48:39 +0000 | 
|---|---|---|
| committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-03-23 12:55:22 +0000 | 
| commit | e614d4b21ad4a48e05525137c5fd9f850d4cbe65 (patch) | |
| tree | 13602970fb9541f40aba03fe7c301e425caf6116 /.gitignore | |
| parent | 58b241a4df46f66e9d95a98645b23af71292a814 (diff) | |
| download | blog-e614d4b21ad4a48e05525137c5fd9f850d4cbe65.tar.gz blog-e614d4b21ad4a48e05525137c5fd9f850d4cbe65.tar.bz2 blog-e614d4b21ad4a48e05525137c5fd9f850d4cbe65.zip | |
Add Jemalloc HPA Reference post
There is no available documentation about HPA options at the moment.
Best documentation is a code itself, but it might require too much
knowledge about jemalloc internals to follow it.
This reference should provide a starting point of what can be tweaked
and what meaning available options have.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -2,3 +2,4 @@  *.swp  .DS_Store  remote +blog/__pycache__ |