1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/chromium/default-pthread-stacksize.patch
2016-12-19 15:17:15 +01:00

6 lines
308 B
Diff

--- base/threading/platform_thread_linux.cc.orig 2016-08-30 21:36:06.809571185 +0200
+++ 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 to avoid running out of space
+ return (2 * 1024 * 1024);