Skip to content
Snippets Groups Projects
Commit 8977e640 authored by ale's avatar ale
Browse files

Optimize journald for high throughput

Disable compression and sealing, disable rate limits.

Run a separate journald instance for nginx only, to allow scaling
to multiple cores (in case of DDoS).
parent 61509715
No related branches found
No related tags found
No related merge requests found
Pipeline #72808 passed
[Journal] [Journal]
Storage=volatile Storage=volatile
RateLimitIntervalSec=0
RateLimitBurst=0
Compress=no
Seal=no
...@@ -36,5 +36,7 @@ AmbientCapabilities=CAP_NET_BIND_SERVICE ...@@ -36,5 +36,7 @@ AmbientCapabilities=CAP_NET_BIND_SERVICE
RuntimeDirectory=nginx RuntimeDirectory=nginx
RuntimeDirectoryMode=750 RuntimeDirectoryMode=750
JournalNamespace=nginx
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment