Performance Tuning
-
Here's a thread on performance tuning Cloudron, App containers and the Apps.
As I've already collected several tweaks and improvements for my systems, I'll be posting them in this thread. You're encouraged to do the same.
Hopefully this allows us to test and get feedback on tweaks to add to the default Cloudron installs.
-
As per: https://linuxhint.com/understanding_vm_swappiness/
Append to bottom of /etc/sysctl.conf
# VM Swappiness vm.swappiness = 10 -
Faster networking with TCP BBR.
https://omgfoss.com/enable-tcp-bbr-ubuntu-speedup-network/Append to bottom of /etc/sysctl.conf
# BBR Faster Networking net.core.default_qdisc=fq net.ipv4.tcp_congestion_control=bbr -
As per: https://linuxhint.com/understanding_vm_swappiness/
Append to bottom of /etc/sysctl.conf
# VM Swappiness vm.swappiness = 10@robi said in Performance Tuning:
As per: https://linuxhint.com/understanding_vm_swappiness/
Append to bottom of /etc/sysctl.conf
# VM Swappiness vm.swappiness = 10Did you find any noticeable performance improvement by setting that property? I'm looking into fine-tuning my Ubuntu image.
-
@robi said in Performance Tuning:
As per: https://linuxhint.com/understanding_vm_swappiness/
Append to bottom of /etc/sysctl.conf
# VM Swappiness vm.swappiness = 10Did you find any noticeable performance improvement by setting that property? I'm looking into fine-tuning my Ubuntu image.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login