unnecessary read from /proc/sys/kernel/shmmax to initialize MaxSharedMemorySize |
||
Issue descriptionChromium'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
,
Jul 1 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by manisca...@chromium.org
, Jun 3 2016