Index: src/platform-win32.cc |
=================================================================== |
--- src/platform-win32.cc (revision 10614) |
+++ src/platform-win32.cc (working copy) |
@@ -1894,7 +1894,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)), |