summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2011-05-18 12:17:20 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2011-05-18 12:17:20 (GMT)
commitb8ff438747c620c6ed3d93c841d4f148f2087520 (patch)
tree0875142041e7c3191d3c5afb109d3eeb2c91137c /tests
parentcb31881e1442103837be46a6040215622c07e2a9 (diff)
downloadQt-b8ff438747c620c6ed3d93c841d4f148f2087520.zip
Qt-b8ff438747c620c6ed3d93c841d4f148f2087520.tar.gz
Qt-b8ff438747c620c6ed3d93c841d4f148f2087520.tar.bz2
Increased EPOCHEAPSIZE for qpainter benchmark
Insufficient heap size was causing out-of-memory errors in qpainter benchmark. Task-number: QTBUG-17724 Reviewed-by: TrustMe
Diffstat (limited to 'tests')
-rw-r--r--tests/benchmarks/gui/painting/qpainter/qpainter.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/benchmarks/gui/painting/qpainter/qpainter.pro b/tests/benchmarks/gui/painting/qpainter/qpainter.pro
index 6603aba..1ab4522 100644
--- a/tests/benchmarks/gui/painting/qpainter/qpainter.pro
+++ b/tests/benchmarks/gui/painting/qpainter/qpainter.pro
@@ -3,3 +3,5 @@ TEMPLATE = app
TARGET = tst_bench_qpainter
SOURCES += tst_qpainter.cpp
+
+symbian: TARGET.EPOCHEAPSIZE = 0x100000 0x3000000