panfrost: ci: Reduce batch size to 3000
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 13 May 2019 05:28:24 +0000 (07:28 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.com>
Tue, 14 May 2019 05:43:11 +0000 (07:43 +0200)
As with the previous value of 5000 we seemed to be reaching OOM in some
circumstances.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
src/gallium/drivers/panfrost/ci/deqp-runner.sh

index 8d30eae28b04ae0f834496c4ceb7315479ad5e99..8645f75080e6e7bfa114bad8e35bc019288bfd03 100644 (file)
@@ -3,7 +3,7 @@
 set -x
 
 # To prevent memory leaks from slowing throughput, restart everything between batches
-BATCH_SIZE=5000
+BATCH_SIZE=3000
 
 DEQP_OPTIONS="--deqp-surface-width=256 --deqp-surface-height=256"
 DEQP_OPTIONS="$DEQP_OPTIONS --deqp-visibility=hidden"