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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user