aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_discardable__memory_service_discardable__shared__memory__manager.cc
blob: 9c336db881721fb4613cb2915664d12c9bdbd0c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/discardable_memory/service/discardable_shared_memory_manager.cc.orig	2023-12-10 06:10:27 UTC
+++ components/discardable_memory/service/discardable_shared_memory_manager.cc
@@ -172,7 +172,7 @@ uint64_t GetDefaultMemoryLimit() {
   // Limits the number of FDs used to 32, assuming a 4MB allocation size.
   uint64_t max_default_memory_limit = 128 * kMegabyte;
 #else
-  uint64_t max_default_memory_limit = 512 * kMegabyte;
+  uint64_t max_default_memory_limit = 128 * kMegabyte;
 #endif
 
   // Use 1/8th of discardable memory on low-end devices.