Descriptioncc: Decrease transfer buffer memory limit to a single frame of uploads.
This memory limit is a lowest-common-denominator type value that should
work for more-or-less all platforms. Currently this value causes
impl-side painting to increase the size of the renderer process resident
memory, which is causing memory regressions on the perf bots.
But, having enough memory for 2 frames seems excessive as the baseline
since in the common case we need to upload resources for the next
compositor deadline that will be presented at the next vsync. So, remove
the 2x multiplier from this constant value.
R=reveman
BUG=407193
Committed: https://crrev.com/e6a236bc7aa96ba49a121f9c057d93bfc28cd235
Cr-Commit-Position: refs/heads/master@{#293001}
Patch Set 1 #
Total comments: 8
Patch Set 2 : memlimit: fixes #Patch Set 3 : memlimit: commentassumption #
Total comments: 1
Patch Set 4 : memlimit: commentfix #Messages
Total messages: 12 (1 generated)
|