Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(238)

Issue 10078047: code review 10078047: run.bash: raise ulimit for the number of threads. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by bsiegert
Modified:
12 years ago
Reviewers:
minux1, rsc
CC:
golang-dev, minux1, rsc, dave_cheney.net
Visibility:
Public.

Description

run.bash: raise ulimit for the number of threads. This is needed on NetBSD-current. Support for ulimit -T in bash was added in 4.2nb3.

Patch Set 1 #

Patch Set 2 : diff -r d2276901050c https://code.google.com/p/go/ #

Patch Set 3 : diff -r d2276901050c https://code.google.com/p/go/ #

Total comments: 3

Patch Set 4 : diff -r d2276901050c https://code.google.com/p/go/ #

Patch Set 5 : diff -r d2276901050c https://code.google.com/p/go/ #

Patch Set 6 : diff -r 2879112bff3d https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M src/run.bash View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 10
bsiegert
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
12 years, 1 month ago (2013-06-09 19:10:47 UTC) #1
minux1
https://codereview.appspot.com/10078047/diff/5001/src/run.bash File src/run.bash (right): https://codereview.appspot.com/10078047/diff/5001/src/run.bash#newcode23 src/run.bash:23: [ "$(ulimit -H -T)" == "unlimited" ] || ulimit ...
12 years, 1 month ago (2013-06-09 20:54:56 UTC) #2
rsc
LGTM https://codereview.appspot.com/10078047/diff/5001/src/run.bash File src/run.bash (right): https://codereview.appspot.com/10078047/diff/5001/src/run.bash#newcode23 src/run.bash:23: [ "$(ulimit -H -T)" == "unlimited" ] || ...
12 years ago (2013-06-10 17:51:35 UTC) #3
bsiegert
Hello golang-dev@googlegroups.com, minux.ma@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years ago (2013-06-10 19:27:41 UTC) #4
bsiegert
https://codereview.appspot.com/10078047/diff/5001/src/run.bash File src/run.bash (right): https://codereview.appspot.com/10078047/diff/5001/src/run.bash#newcode23 src/run.bash:23: [ "$(ulimit -H -T)" == "unlimited" ] || ulimit ...
12 years ago (2013-06-10 19:27:57 UTC) #5
minux1
LGTM.
12 years ago (2013-06-10 20:18:06 UTC) #6
dave_cheney.net
On 2013/06/10 20:18:06, minux wrote: > LGTM. ping.
12 years ago (2013-06-14 23:59:56 UTC) #7
bsiegert
I still do not have submit privileges. Could somebody submit this for me?
12 years ago (2013-06-17 09:20:09 UTC) #8
dave_cheney.net
Oh, sorry Benny. I'll do that now. On Mon, Jun 17, 2013 at 7:20 PM, ...
12 years ago (2013-06-17 09:21:09 UTC) #9
dave_cheney.net
12 years ago (2013-06-17 09:33:04 UTC) #10
*** Submitted as https://code.google.com/p/go/source/detail?r=f5f5eb2a5b8b ***

run.bash: raise ulimit for the number of threads.

This is needed on NetBSD-current. Support for
ulimit -T in bash was added in 4.2nb3.

R=golang-dev, minux.ma, rsc, dave
CC=golang-dev
https://codereview.appspot.com/10078047

Committer: Dave Cheney <dave@cheney.net>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b