Index: src/platform-macos.cc |
=================================================================== |
--- src/platform-macos.cc (revision 10614) |
+++ src/platform-macos.cc (working copy) |
@@ -733,7 +733,7 @@ |
class SamplerThread : public Thread { |
public: |
- static const int kSamplerThreadStackSize = 32 * KB; |
+ static const int kSamplerThreadStackSize = 64 * KB; |
explicit SamplerThread(int interval) |
: Thread(Thread::Options("SamplerThread", kSamplerThreadStackSize)), |