From 46036dc8cc4e8cb53d249692be98aeee229a50f4 Mon Sep 17 00:00:00 2001 From: "troy%netscape.com" Date: Fri, 31 Mar 2000 04:11:28 +0000 Subject: [PATCH] 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 --- mozilla/layout/base/nsPresShell.cpp | 2 +- mozilla/layout/html/base/src/nsPresShell.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/base/nsPresShell.cpp b/mozilla/layout/base/nsPresShell.cpp index 7f17748005f..9a3d576938a 100644 --- a/mozilla/layout/base/nsPresShell.cpp +++ b/mozilla/layout/base/nsPresShell.cpp @@ -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 diff --git a/mozilla/layout/html/base/src/nsPresShell.cpp b/mozilla/layout/html/base/src/nsPresShell.cpp index 7f17748005f..9a3d576938a 100644 --- a/mozilla/layout/html/base/src/nsPresShell.cpp +++ b/mozilla/layout/html/base/src/nsPresShell.cpp @@ -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