The tinderbox problem was due to insufficient STARTUP_TMBUFSIZE, so re-increase the buffer size to 64K (from 16K) and comment out my debugging code.

git-svn-id: svn://10.0.0.236/trunk@224116 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org 2007-04-04 01:06:34 +00:00
parent ef2f01ab07
commit 59f8b44d9f
2 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ struct AllocationFuncs
typedef struct logfile logfile;
#define STARTUP_TMBUFSIZE (16 * 1024)
#define STARTUP_TMBUFSIZE (64 * 1024)
#define LOGFILE_TMBUFSIZE (16 * 1024)
struct logfile {

View File

@ -56,7 +56,7 @@
#include "nsTraceMalloc.h"
#include "tmreader.h"
#define DEBUG_tmreader
#undef DEBUG_tmreader
static int accum_byte(FILE *fp, uint32 *uip)
{