egl/egltest/scripts/egltest_settings.ini
changeset 85 cdf2f6e5c390
parent 36 01a6848ebfd7
child 121 d72fc2aace31
--- a/egl/egltest/scripts/egltest_settings.ini	Fri May 14 17:10:13 2010 +0300
+++ b/egl/egltest/scripts/egltest_settings.ini	Thu May 27 14:13:51 2010 +0300
@@ -48,8 +48,11 @@
 
 [OOM]
 NumIterations = 5
-ImageWidth = 50 // width of RSgImage
-ImageHeight = 50 // height of RSgImage
+ImageWidth = 200  // width of RSgImage
+ImageHeight = 200 // height of RSgImage
+		  // Width and height need to be set with care. Making these values too small may result
+		  // in the test taking a very long time to reach an out of memory situation.
+		  // Different hardware platforms will have different memory limitations 
 ThresholdGPUUsedMemory = 5 //Deviation in percentage between max and min of GPU memory
 			   //retrieved at the end of each attempt through NOK_resource_profiling2 egl extension inteface
 ThresholdLastIteration = 5 //Deviation in percentage between max and min of successful iteration number