Try increasing startup buffer size to see if it fixes tinderbox orange.

git-svn-id: svn://10.0.0.236/trunk@224113 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2007-04-04 00:39:56 +00:00
parent 7eef91ddc1
commit 7be4d8b36a

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 {
@@ -384,6 +384,8 @@ static void flush_logfile(logfile *fp)
bp += cnt;
len -= cnt;
} while (len > 0);
} else {
fprintf(stderr, "### nsTraceMalloc: can't flush to closed log file\n");
}
fp->simsize += len;
}