Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add note about PYTHONMALLOC for accurate jemalloc memory tracking #17709

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Sep 14, 2024

  1. docs: add note about PYTHONMALLOC for accurate jemalloc memory tracking

    Added a note in the documentation suggesting that users may set `PYTHONMALLOC=malloc` when using `jemalloc`. This allows jemalloc to track memory usage more accurately by bypassing Python's internal small-object allocator (`pymalloc`), helping to ensure that cache_autotuning functions as expected.
    
    This doc change aims to provide more clarity for users configuring jemalloc with Synapse.
    hensg committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    894a811 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    3caa938 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    b563468 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    793a85f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    7a8c0be View commit details
    Browse the repository at this point in the history