Index: src/top.cc |
=================================================================== |
--- src/top.cc (revision 461) |
+++ src/top.cc (working copy) |
@@ -119,7 +119,7 @@ |
// When the thread starts running it will allocate a fixed number of bytes |
// on the stack and publish the location of this memory for others to use. |
void Run() { |
- EmbeddedVector<char, 16 * 1024> local_buffer; |
+ EmbeddedVector<char, 32 * 1024> local_buffer; |
// Initialize the buffer with a known good value. |
OS::StrNCpy(local_buffer, "Trace data was not generated.\n", |