aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/default-pthread-stacksize.patch
blob: 30d56dee6beafa3235b31747f8da7a1d1eb25c4b (plain)
1
2
3
4
5
6
--- a/base/threading/platform_thread_linux.cc.orig	2016-08-30 21:36:06.809571185 +0200
+++ b/base/threading/platform_thread_linux.cc	2016-08-30 21:36:14.582805286 +0200
@@ -99 +99,2 @@ size_t GetDefaultThreadStackSize(const p
-  return 0;
+  // use 2mb like android to avoid running out of space
+  return (2 * 1024 * 1024);