Use larger Mojo ring size(2MB) will increase OOM rate
because it will run out of tempfs space quickly.
refer:
https://issuetracker.google.com/issues/
256746243
Change-Id: I41542f3102a26c35653cf37e1f558a5ecb8ff03c
Signed-off-by: wangjing <jing124.wang@samsung.com>
<< "Smallest data pipe size must be at least as large as a "
"MIME-type sniffing buffer.";
-#if BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_TIZEN_TV)
// TODO(crbug.com/1306998): ChromeOS experiences a much higher OOM crash
// rate if the larger data pipe size is used.
return GetDefaultDataPipeAllocationSize();