mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-15 13:41:24 +00:00
Disable busywaits in releases
This commit is contained in:
parent
d2eb4992e2
commit
e1296737a6
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
|
||||
##-env ERL_FULLSWEEP_AFTER 10
|
||||
|
||||
# Disable wasteful busywait.
|
||||
+sbwt none
|
||||
+sbwtdcpu none
|
||||
+sbwtdio none
|
||||
|
|
Loading…
Reference in a new issue