New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 616964 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner: ----
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android
Pri: 3
Type: Bug



Sign in to add a comment

unnecessary read from /proc/sys/kernel/shmmax to initialize MaxSharedMemorySize

Project Member Reported by xyzzyz@chromium.org, Jun 3 2016

Issue description

Chromium's SysInfo class has a MaxSharedMemorySize() function[1] that returns MaxSharedMemorySize. This is never used, and so we might remove it to speed up process initialization.

[1] - https://code.google.com/p/chromium/codesearch#chromium/src/base/sys_info.h&q=MaxSharedMemorySize&sq=package:chromium&type=cs&l=99
 
Cc: manisca...@chromium.org
Status: Fixed (was: Untriaged)

Sign in to add a comment