Increase the size of the underlying arenas from 2K to 4K. After looking

at a veriety of pages that seems to be a better choice


git-svn-id: svn://10.0.0.236/trunk@64691 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
2000-03-31 04:11:28 +00:00
parent 178fb0de98
commit 46036dc8cc
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ static PRBool gDoAsyncReflowAfterDocLoad = PR_FALSE;
// 200 bytes
class FrameArena {
public:
FrameArena(PRUint32 aArenaSize = 2048);
FrameArena(PRUint32 aArenaSize = 4096);
~FrameArena();
// Memory management functions

View File

@@ -161,7 +161,7 @@ static PRBool gDoAsyncReflowAfterDocLoad = PR_FALSE;
// 200 bytes
class FrameArena {
public:
FrameArena(PRUint32 aArenaSize = 2048);
FrameArena(PRUint32 aArenaSize = 4096);
~FrameArena();
// Memory management functions