Disable busywaits in releases

This commit is contained in:
Mark Felder 2024-09-22 15:19:05 -04:00
parent d2eb4992e2
commit e1296737a6
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