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

Issue 687182 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 696815
Owner: ----
Closed: Feb 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug

Blocking:
issue 620852



Sign in to add a comment

Disable SDCH on low-end devices

Project Member Reported by xunji...@chromium.org, Jan 31 2017

Issue description

SDCH implementation keeps dictionaries in memory. This can contribute a fair amount of memory (multiple MiB). 

Do not enable SDCH on low-end devices with limited RAM.  The API to check whether is low-end device is base::SysInfo::IsLowEndDevice().
 
Cc: rsleevi@chromium.org
Cc: cbentzel@chromium.org
Labels: M-58 OS-Android
Disabling SDCH entirely should solve this, which is currently targeting M58.

I'm assuming you were only looking at Android?
Yes, I am looking at Android. If SDCH will be disabled in M58, that will handle this bug too. If that effort is going to be delayed, I would like to disable it for low end devices.
Considering that we'd absolutely need to go through an Intent process if we're going to be removing web platform features from some devices, it's probably something we should just treat holistically, even if it ends up delayed.
Mergedinto: 696815
Status: Duplicate (was: Untriaged)

Sign in to add a comment