Merge branch 'release-tuning' into 'develop'

Release tuning

See merge request pleroma/pleroma!4275
This commit is contained in:
feld 2024-10-25 15:35:32 +00:00
commit 7e3532a073
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
Tuning for release builds to lower CPU usage.

View file

@ -9,3 +9,8 @@
## Tweak GC to run more often
##-env ERL_FULLSWEEP_AFTER 10
# Disable wasteful busywait.
+sbwt none
+sbwtdcpu none
+sbwtdio none