Chromium Code Reviews| Index: src/platform-openbsd.cc |
| =================================================================== |
| --- src/platform-openbsd.cc (revision 10614) |
| +++ src/platform-openbsd.cc (working copy) |
| @@ -782,7 +782,7 @@ |
| FULL_INTERVAL |
| }; |
| - static const int kSignalSenderStackSize = 32 * KB; |
| + static const int kSignalSenderStackSize = 64 * KB; |
| explicit SignalSender(int interval) |
| : Thread(Thread::Options("SignalSender", kSignalSenderStackSize)), |