mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
Add warning about memory fragmentation
This commit is contained in:
parent
9ed9ed86af
commit
15e9c0a576
1 changed files with 2 additions and 0 deletions
|
@ -424,4 +424,6 @@ checkActivityPubGetSignature: false
|
||||||
|
|
||||||
# Transparently compress every websocket message on clients that support it.
|
# Transparently compress every websocket message on clients that support it.
|
||||||
# Trades server CPU usage for reduced bandwidth usage and a faster frontend on the client.
|
# Trades server CPU usage for reduced bandwidth usage and a faster frontend on the client.
|
||||||
|
# If you're not using jemalloc, this may cause memory fragmentation and performance issues! (https://www.npmjs.com/package/ws#websocket-compression)
|
||||||
|
# jemalloc is used by default in the Sharkey Docker image and may be set up manually otherwise: https://github.com/jemalloc/jemalloc/wiki/getting-started
|
||||||
websocketCompression: false
|
websocketCompression: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue