Disable busy waits in the default OTP vm.args
configuration. #693
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#693
Loading…
Reference in a new issue
No description provided.
Delete branch "erincandescent/akkoma:otp-tune-vm-busywait"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This vastly reduces idle CPU usage, which should generally be beneficial
for most small-to-medium sized instances.
Additionally update the documentation to specify how to override the vm.args
file for OTP installs
vm.args
configuration.(Are these the right defaults? I'm not 100% sure; but I think they are probably much better than the BEAM's defaults for most users)
:nodders: they're what i've been testing on ihba and they seem good
thankies