Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
4cf4a828
Unverified
Commit
4cf4a828
authored
11 months ago
by
ll-SKY-ll
Committed by
GitHub
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update docs to bump libjemalloc version on latest debian; correct "push_rules" stream name (#17171)
parent
ef7e040e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changelog.d/17171.doc
+1
-0
1 addition, 0 deletions
changelog.d/17171.doc
docs/usage/administration/admin_faq.md
+2
-2
2 additions, 2 deletions
docs/usage/administration/admin_faq.md
docs/workers.md
+1
-1
1 addition, 1 deletion
docs/workers.md
with
4 additions
and
3 deletions
changelog.d/17171.doc
0 → 100644
+
1
−
0
View file @
4cf4a828
Update the Admin FAQ with the current libjemalloc version for latest Debian stable. Additionally update the name of the "push_rules" stream in the Workers documentation.
This diff is collapsed.
Click to expand it.
docs/usage/administration/admin_faq.md
+
2
−
2
View file @
4cf4a828
...
@@ -250,10 +250,10 @@ Using [libjemalloc](https://jemalloc.net) can also yield a significant
...
@@ -250,10 +250,10 @@ Using [libjemalloc](https://jemalloc.net) can also yield a significant
improvement in overall memory use, and especially in terms of giving back
improvement in overall memory use, and especially in terms of giving back
RAM to the OS. To use it, the library must simply be put in the
RAM to the OS. To use it, the library must simply be put in the
LD_PRELOAD environment variable when launching Synapse. On Debian, this
LD_PRELOAD environment variable when launching Synapse. On Debian, this
can be done by installing the `libjemalloc
1
` package and adding this
can be done by installing the `libjemalloc
2
` package and adding this
line to `/etc/default/matrix-synapse`:
line to `/etc/default/matrix-synapse`:
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.
1
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.
2
This made a significant difference on Python 2.7 - it's unclear how
This made a significant difference on Python 2.7 - it's unclear how
much of an improvement it provides on Python 3.x.
much of an improvement it provides on Python 3.x.
...
...
This diff is collapsed.
Click to expand it.
docs/workers.md
+
1
−
1
View file @
4cf4a828
...
@@ -535,7 +535,7 @@ the stream writer for the `presence` stream:
...
@@ -535,7 +535,7 @@ the stream writer for the `presence` stream:
##### The `push_rules` stream
##### The `push_rules` stream
The following endpoints should be routed directly to the worker configured as
The following endpoints should be routed directly to the worker configured as
the stream writer for the
`push`
stream:
the stream writer for the
`push
_rules
`
stream:
^/_matrix/client/(api/v1|r0|v3|unstable)/pushrules/
^/_matrix/client/(api/v1|r0|v3|unstable)/pushrules/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment