[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 15:22:11 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6549ed0c1059ebc6bda2d97e702abe1ee50a1782
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 2 02:20:35 2010 +0000

    2010-11-01  Viatcheslav Ostapenko  <ostapenko.viatcheslav at nokia.com>
    
            Reviewed by Andreas Kling.
    
            [Qt][Symbian] QtTestBrowser runs out of memory with most of javascript benchmarks.
            https://bugs.webkit.org/show_bug.cgi?id=48730
    
            Increase the maximum heap size on Symbian to 256 MB.
    
            * WebKit.pri:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71096 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 4946a9d..5749489 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2010-11-01  Viatcheslav Ostapenko  <ostapenko.viatcheslav at nokia.com>
+
+        Reviewed by Andreas Kling.
+
+        [Qt][Symbian] QtTestBrowser runs out of memory with most of javascript benchmarks.
+        https://bugs.webkit.org/show_bug.cgi?id=48730
+
+        Increase the maximum heap size on Symbian to 256 MB.
+
+        * WebKit.pri:
+
 2010-10-29  Csaba Osztrogonác  <ossy at webkit.org>
 
         Reviewed by Adam Roben and David Kilzer.
diff --git a/WebKit.pri b/WebKit.pri
index 42a32bb..5fb5a55 100644
--- a/WebKit.pri
+++ b/WebKit.pri
@@ -37,7 +37,7 @@ building-libs {
                     "$${LITERAL_HASH}ifdef WINSCW" \
                         "EPOCHEAPSIZE  0x40000 0x2000000 // Min 256kB, Max 32MB" \
                     "$${LITERAL_HASH}else" \
-                        "EPOCHEAPSIZE  0x40000 0x6000000 // Min 256kB, Max 96MB" \
+                        "EPOCHEAPSIZE  0x40000 0x10000000 // Min 256kB, Max 256MB" \
                     "$${LITERAL_HASH}endif"
                     MMP_RULES += heapSizeRule
                 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list