From 6d08cc3ab4fa0b4c94d5542bdc80c71df5121ab3 Mon Sep 17 00:00:00 2001 From: Minux Ma Date: Mon, 25 Jul 2016 20:54:27 -0400 Subject: [PATCH] DashboardBuilders: using tmux to host the gobuilder process is working fine now --- DashboardBuilders.md | 1 - 1 file changed, 1 deletion(-) diff --git a/DashboardBuilders.md b/DashboardBuilders.md index 8101ea99..304ed6f9 100644 --- a/DashboardBuilders.md +++ b/DashboardBuilders.md @@ -56,5 +56,4 @@ Older-style builders are listed below. These builders are configured and run man # Special notes * Please make sure you've installed root certificates and that it's accessible to Go programs. For example, on NetBSD, you will need to install ` security/mozilla-rootcerts `. * If your builder runs Unix, please install ` perl `, as tests for ` go.tools/cmd/vet ` need it. - * Use ` screen(1) ` instead of ` tmux(1) ` to host the ` builder ` process, as the later interferes with some of the ` os/signal ` tests. * Raise ` ulimit `s on Unix: thread count (` -r `), nofiles (` -n `, 1024 should be fine) \ No newline at end of file