panfrost: ci: Reduce batch size to 3000

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>
This commit is contained in:
Tomeu Vizoso 2019-05-13 07:28:24 +02:00
parent 9beb8aedeb
commit 1050273094
1 changed files with 1 additions and 1 deletions

View 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"