mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-03 05:48:42 +00:00
Merge branch 'release-tuning' into 'develop'
Release tuning See merge request pleroma/pleroma!4275
This commit is contained in:
commit
7e3532a073
2 changed files with 6 additions and 0 deletions
1
changelog.d/release-tuning.change
Normal file
1
changelog.d/release-tuning.change
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Tuning for release builds to lower CPU usage.
|
|
@ -9,3 +9,8 @@
|
||||||
|
|
||||||
## Tweak GC to run more often
|
## Tweak GC to run more often
|
||||||
##-env ERL_FULLSWEEP_AFTER 10
|
##-env ERL_FULLSWEEP_AFTER 10
|
||||||
|
|
||||||
|
# Disable wasteful busywait.
|
||||||
|
+sbwt none
|
||||||
|
+sbwtdcpu none
|
||||||
|
+sbwtdio none
|
||||||
|
|
Loading…
Reference in a new issue