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

Issue 6828055: code review 6828055: runtime: allow up to 128GB of memory 64-bit platforms (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by cw
Modified:
11 years, 5 months ago
CC:
golang-dev
Visibility:
Public.

Description

runtime: allow up to 128GB of memory 64-bit platforms On 64-bit platforms increase the arena from 16GB to 128GB. Increasing this further might require GC work. Slight cleanup to avoid assuming pages are 4K.

Patch Set 1 #

Patch Set 2 : diff -r 90e59cec3396 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 90e59cec3396 https://go.googlecode.com/hg/ #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M src/pkg/runtime/malloc.h View 1 2 chunks +6 lines, -6 lines 1 comment Download

Messages

Total messages: 8
cw
Hello rsc@golang.org, iant@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 5 months ago (2012-11-10 06:34:56 UTC) #1
dave_cheney.net
I would like to see a discussion of this change on golang-{nuts,dev} before the implementation.
11 years, 5 months ago (2012-11-10 06:46:24 UTC) #2
albert.strasheim
Hello On Saturday, November 10, 2012 8:46:26 AM UTC+2, Dave Cheney wrote: > > I ...
11 years, 5 months ago (2012-11-11 18:36:03 UTC) #3
rsc
LGTM This has been on the todo list for a while and discussed multiple times. ...
11 years, 5 months ago (2012-11-12 19:33:45 UTC) #4
rsc
Also please add "Update issue 2142." to the end of the CL text. I will ...
11 years, 5 months ago (2012-11-12 19:34:28 UTC) #5
remyoudompheng
The comment in malloc.goc (runtime·mallocinit) should be updated. Or be less precise about the particular ...
11 years, 5 months ago (2012-11-12 19:40:03 UTC) #6
rsc
Actually, this CL is so small that it probably makes sense for me to roll ...
11 years, 5 months ago (2012-11-12 19:49:17 UTC) #7
cw
11 years, 5 months ago (2012-11-15 07:16:27 UTC) #8
*** Abandoned ***
Sign in to reply to this message.

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