Skip to content

Instantly share code, notes, and snippets.

@jarthod
Last active October 25, 2020 09:58

Revisions

  1. jarthod revised this gist Oct 25, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion set_nf_conntrack_max.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1,3 @@
    echo 500000 | sudo tee /proc/sys/net/netfilter/nf_conntrack_max
    sudo cat /proc/sys/net/netfilter/nf_conntrack_max
    echo 500000 | sudo tee /proc/sys/net/netfilter/nf_conntrack_max
    sudo cat /proc/sys/net/netfilter/nf_conntrack_max
  2. jarthod created this gist Oct 16, 2016.
    1 change: 1 addition & 0 deletions set_nf_conntrack_max.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    echo 500000 | sudo tee /proc/sys/net/netfilter/nf_conntrack_max