Tune network performance

Bug #1831681 reported by Haw Loeung
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Content Cache Charm
Fix Released
Low
Haw Loeung

Bug Description

Hi,

This is more of a wishlist, the charm could ship out some tuning for network performance. E.g. with the main Ubuntu Archive servers, we're using TCP BBR with the following sysctl:

| net.ipv4.tcp_congestion_control=bbr
| net.core.default_qdisc=fq

Related branches

Haw Loeung (hloeung)
description: updated
Revision history for this message
Haw Loeung (hloeung) wrote :

Also reduce TCP connection timeouts, which will be helpful for when there are unreachable backends (as seem with the u-r-c units in AWS ap-southeast-1 today).

| # Reduce TCP connection timeouts to 1 1/2 minutes
| net.ipv4.tcp_syn_retries = 3
| net.ipv4.tcp_synack_retries = 3

Changed in content-cache-charm:
assignee: nobody → Haw Loeung (hloeung)
Revision history for this message
Haw Loeung (hloeung) wrote :

One more to start with:

| # Reduce TCP KeepAlive timeout to 15 minutes
| net.ipv4.tcp_keepalive_time = 900

Changed in content-cache-charm:
status: New → In Progress
importance: Undecided → Low
Haw Loeung (hloeung)
Changed in content-cache-charm:
status: In Progress → Fix Committed
Haw Loeung (hloeung)
Changed in content-cache-charm:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.