Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Navigation

    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Performance Tuning

    Discuss
    performance tuning
    1
    3
    32
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • robi
      robi last edited by girish

      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.

      1 Reply Last reply Reply Quote 2
      • robi
        robi last edited by

        As per: https://linuxhint.com/understanding_vm_swappiness/

        Append to bottom of /etc/sysctl.conf

        # VM Swappiness
        vm.swappiness = 10
        
        1 Reply Last reply Reply Quote 0
        • robi
          robi last edited by

          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
          
          1 Reply Last reply Reply Quote 0
          • First post
            Last post