aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-30 16:14:10 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-30 16:14:10 +0000
commitea80046f79e8d7dc5f315fd75bdabf353c91ba5e (patch)
tree5a816595691b05d6bf40899a8d2658fcb012f5e6
parentf0eeb7d67849cef7e0a85f6636588800b9fa97e3 (diff)
Set TCP keepalive for MySQL connections.
BUG=skia: R=mtklein@google.com Author: jcgregorio@google.com Review URL: https://codereview.chromium.org/268473002 git-svn-id: http://skia.googlecode.com/svn/trunk@14474 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--experimental/webtry/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/experimental/webtry/README.md b/experimental/webtry/README.md
index d5bc6189b4..d2835d3c69 100644
--- a/experimental/webtry/README.md
+++ b/experimental/webtry/README.md
@@ -62,6 +62,11 @@ then run the following so it applies:
This means that monit will poll every two seconds that our application is up and running.
+6. Set the TCP keepalive. For more info see:
+ https://developers.google.com/cloud-sql/docs/gce-access
+
+ sudo bash -c 'echo 60 > /proc/sys/net/ipv4/tcp_keepalive_time'
+
Do the first time
-----------------