Changeset 71096 in webkit


Ignore:
Timestamp:
Nov 1, 2010 7:20:35 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-11-01 Viatcheslav Ostapenko <ostapenko.viatcheslav@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:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r70878 r71096  
     12010-11-01  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt][Symbian] QtTestBrowser runs out of memory with most of javascript benchmarks.
     6        https://bugs.webkit.org/show_bug.cgi?id=48730
     7
     8        Increase the maximum heap size on Symbian to 256 MB.
     9
     10        * WebKit.pri:
     11
    1122010-10-29  Csaba Osztrogonác  <ossy@webkit.org>
    213
  • trunk/WebKit.pri

    r70418 r71096  
    3838                        "EPOCHEAPSIZE  0x40000 0x2000000 // Min 256kB, Max 32MB" \
    3939                    "$${LITERAL_HASH}else" \
    40                         "EPOCHEAPSIZE  0x40000 0x6000000 // Min 256kB, Max 96MB" \
     40                        "EPOCHEAPSIZE  0x40000 0x10000000 // Min 256kB, Max 256MB" \
    4141                    "$${LITERAL_HASH}endif"
    4242                    MMP_RULES += heapSizeRule
Note: See TracChangeset for help on using the changeset viewer.