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

Issue 6453154: code review 6453154: run.bash: set appropriate ulimits (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by minux1
Modified:
11 years, 7 months ago
Reviewers:
CC:
bradfitz, r, rsc, golang-dev
Visibility:
Public.

Description

run.bash: set appropriate ulimits mainly for NetBSD/OpenBSD.

Patch Set 1 #

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

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

Total comments: 1

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

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

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

Total comments: 1

Patch Set 7 : diff -r 272e1dd72156 https://code.google.com/p/go/ #

Patch Set 8 : diff -r 272e1dd72156 https://code.google.com/p/go/ #

Patch Set 9 : diff -r 283f6087807b https://code.google.com/p/go/ #

Patch Set 10 : diff -r 283f6087807b https://code.google.com/p/go/ #

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

Messages

Total messages: 12
minux1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 8 months ago (2012-08-20 12:34:28 UTC) #1
bradfitz
This feels wrong. Why would you want to lower if it's already higher? And if ...
11 years, 8 months ago (2012-08-20 13:23:41 UTC) #2
minux1
On Mon, Aug 20, 2012 at 9:23 PM, Brad Fitzpatrick <bradfitz@golang.org>wrote: > Why would you ...
11 years, 8 months ago (2012-08-20 13:37:13 UTC) #3
minux1
ping?
11 years, 8 months ago (2012-08-27 20:02:05 UTC) #4
r
http://codereview.appspot.com/6453154/diff/1003/src/run.bash File src/run.bash (right): http://codereview.appspot.com/6453154/diff/1003/src/run.bash#newcode20 src/run.bash:20: ulimit -d 524288 these changes are for netbsd, but ...
11 years, 8 months ago (2012-08-27 20:12:48 UTC) #5
minux1
On Tue, Aug 28, 2012 at 4:12 AM, <r@golang.org> wrote: > > http://codereview.appspot.com/**6453154/diff/1003/src/run.**bash#newcode20<http://codereview.appspot.com/6453154/diff/1003/src/run.bash#newcode20> > src/run.bash:20: ...
11 years, 8 months ago (2012-08-28 08:15:29 UTC) #6
rsc
http://codereview.appspot.com/6453154/diff/12001/src/run.bash File src/run.bash (right): http://codereview.appspot.com/6453154/diff/12001/src/run.bash#newcode18 src/run.bash:18: [ "$(ulimit -H -n)" != "unlimited" ] && ulimit ...
11 years, 8 months ago (2012-08-31 16:05:35 UTC) #7
minux1
On Sat, Sep 1, 2012 at 12:05 AM, <rsc@golang.org> wrote: > http://codereview.appspot.com/**6453154/diff/12001/src/run.** > bash#newcode18<http://codereview.appspot.com/6453154/diff/12001/src/run.bash#newcode18> > ...
11 years, 8 months ago (2012-09-01 08:29:56 UTC) #8
rsc
It must be yet another strange inconsistent corner of bash and set -e. It might ...
11 years, 7 months ago (2012-09-01 13:58:47 UTC) #9
minux1
PTAL.
11 years, 7 months ago (2012-09-02 19:08:11 UTC) #10
rsc
LGTM
11 years, 7 months ago (2012-09-10 15:40:46 UTC) #11
minux1
11 years, 7 months ago (2012-09-16 17:11:41 UTC) #12
*** Submitted as http://code.google.com/p/go/source/detail?r=a97b81d2600f ***

run.bash: set appropriate ulimits
    mainly for NetBSD/OpenBSD.

R=bradfitz, r, rsc
CC=golang-dev
http://codereview.appspot.com/6453154
Sign in to reply to this message.

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