summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2025-03-23 12:48:39 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2025-03-23 12:55:22 +0000
commite614d4b21ad4a48e05525137c5fd9f850d4cbe65 (patch)
tree13602970fb9541f40aba03fe7c301e425caf6116 /.gitignore
parent58b241a4df46f66e9d95a98645b23af71292a814 (diff)
downloadblog-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0dd11be..7f9ac5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
*.swp
.DS_Store
remote
+blog/__pycache__