1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

gitlab: Run tests with LP_NUM_THREADS=4 env var.

This forces mesa LLVMPIPE driver to use a fixed number of threads, and
greatly reduces its memory usage from the $(nproc) default. On Gitlab
this is 32 threads, which often exhaust VM space in 32bit tests.
This commit is contained in:
Rémi Bernon 2023-10-26 00:19:53 +02:00 committed by Alexandre Julliard
parent 2ad2ad035d
commit d9ad68a1ef

View file

@ -21,6 +21,7 @@
- export PATH=$BASEDIR/usr/local/bin:$PATH
- export DISPLAY=:0
- export LC_ALL=C.UTF-8
- export LP_NUM_THREADS=4
- export WINEDEBUG=err-all,fixme-all
- |
cat >$HOME/xorg.conf << EOF