@@ -52,6 +52,8 @@ Variables can be customized using the [Inventory](/saltbox/inventory/index.md#ov
5252 ??? variable bool "`cpu_performance_mode`"
5353
5454 ```yaml
55+ # Performance mode sets the CPU to run at its maximum frequency
56+ # Set to false to enable dynamic CPU frequency scaling instead
5557 # Type: bool (true/false)
5658 cpu_performance_mode: true
5759 ```
@@ -112,44 +114,6 @@ Variables can be customized using the [Inventory](/saltbox/inventory/index.md#ov
112114 saltbox_max_log_size: 2M
113115 ```
114116
115- ??? variable dict "`sysctl_settings`"
116-
117- ```yaml
118- # Type: dict
119- sysctl_settings:
120- fs.inotify.max_user_watches: "{{ system_inotify }}"
121- net.core.default_qdisc: fq
122- net.core.netdev_budget: 50000
123- net.core.netdev_max_backlog: 100000
124- net.core.rmem_max: 67108864
125- net.core.somaxconn: 4096
126- net.core.wmem_max: 67108864
127- net.ipv4.conf.all.accept_redirects: 0
128- net.ipv4.conf.all.accept_source_route: 0
129- net.ipv4.conf.all.secure_redirects: 0
130- net.ipv4.tcp_adv_win_scale: 2
131- net.ipv4.tcp_congestion_control: bbr
132- net.ipv4.tcp_fin_timeout: 10
133- net.ipv4.tcp_max_syn_backlog: 30000
134- net.ipv4.tcp_max_tw_buckets: 2000000
135- net.ipv4.tcp_mtu_probing: 1
136- net.ipv4.tcp_rfc1337: 1
137- net.ipv4.tcp_rmem: "4096 87380 33554432"
138- net.ipv4.tcp_sack: 1
139- net.ipv4.tcp_slow_start_after_idle: 0
140- net.ipv4.tcp_tw_reuse: 1
141- net.ipv4.tcp_window_scaling: 1
142- net.ipv4.tcp_wmem: "4096 87380 33554432"
143- net.ipv4.udp_rmem_min: 8192
144- net.ipv4.udp_wmem_min: 8192
145- vm.dirty_background_ratio: 10
146- vm.dirty_ratio: 15
147- vm.swappiness: 10
148- net.ipv4.neigh.default.gc_thresh1: 1024
149- net.ipv4.neigh.default.gc_thresh2: 2048
150- net.ipv4.neigh.default.gc_thresh3: 4096
151- ```
152-
153117 ??? variable string "`sysctl_netdev_budget_usecs`"
154118
155119 ```yaml
0 commit comments