We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f758ba + 7af2e16 commit b2372c0Copy full SHA for b2372c0
1 file changed
contrib/coreos/user-data.example
@@ -65,6 +65,15 @@ coreos:
65
ExecStartPre=/usr/bin/curl -sSL -o /opt/bin/jq http://stedolan.github.io/jq/download/linux64/jq
66
ExecStartPre=/usr/bin/chmod +x /opt/bin/jq
67
ExecStart=/usr/bin/bash -c "while true; do curl -sL http://127.0.0.1:4001/v2/stats/leader | /opt/bin/jq . ; sleep 1 ; done"
68
+ - name: increase-nf_conntrack-connections.service
69
+ command: start
70
+ content: |
71
+ [Unit]
72
+ Description=Increase the number of connections in nf_conntrack. default is 65536
73
+
74
+ [Service]
75
+ Type=oneshot
76
+ ExecStart=/bin/sh -c "sysctl -w net.netfilter.nf_conntrack_max=262144"
77
write_files:
78
- path: /etc/deis-release
79
content: |
0 commit comments