Difference between revisions of "Sysctl (command)"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
<code>sysctl</code> configure kernel parameters at runtime.
 
* https://man7.org/linux/man-pages/man8/sysctl.8.html
 
* https://man7.org/linux/man-pages/man8/sysctl.8.html
  

Revision as of 09:36, 8 September 2023

sysctl configure kernel parameters at runtime.



sysctl -w vm.nr_hugepages = 204832
sysctl -w vm.max_map_count=262144


KVM VNC remote viewer

iptables -t nat -A PREROUTING -i eno1 -p tcp --dport 5900 -j DNAT --to 127.0.0.1:5900
sysctl -w net.ipv4.ip_forward=1
sysctl -p /etc/sysctl.conf




  • sysctl -q net.ipv4.conf.all.src_valid_mark=1


  • sysctl -w vm.nr_hugepages = 204832

Related terms

See also

  • https://github.com/prometheus/node_exporter
  • https://github.com/moby/moby/pull/37701
  • Advertising: