Chromium Code Reviews
DescriptionMerge 188813 "mmap the opened file descriptor in the renderer pr..."
> mmap the opened file descriptor in the renderer process, close the fd in the browser process.
> This avoids running out of available file descriptors when many tabs are opened, since we now
> never leave a file open for very long, and rely on the kernel to clean up the mmap'd regions
> when the tab is closed (or the stream is safely destroyed by the font cache).
>
> BUG=196549
> Review URL: https://codereview.chromium.org/12918004
TBR=reed@google.com
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188860
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
||||||||||||||||||||||||||||