Android: Increase Android 12 emulator RAM size to 16GB at CI
Increase to 16GB from 3.5GB. Increase to 6GB was not enough. Increase to 16GB fixed tst_QByteArrayLarge cases failures. Task-number: QTQAINFRA-5391 Task-number: QTBUG-108832 Change-Id: I97e263fbc2caa7908c706d1c683a4fa868afa7b6 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit cd197104d8028828176191c4ec01940ae63cbc6e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
096e934e5b
commit
7650d6ee93
@ -61,7 +61,7 @@ do
|
|||||||
echo "Starting emulator, try ${counter}/${EMULATOR_MAX_RETRIES}"
|
echo "Starting emulator, try ${counter}/${EMULATOR_MAX_RETRIES}"
|
||||||
$EMULATOR_EXEC $EMULATOR_NAME \
|
$EMULATOR_EXEC $EMULATOR_NAME \
|
||||||
-gpu swiftshader_indirect -no-audio -partition-size 4096 \
|
-gpu swiftshader_indirect -no-audio -partition-size 4096 \
|
||||||
-cores 4 -memory 3500 -no-snapshot-load -no-snapshot-save \
|
-cores 4 -memory 16000 -no-snapshot-load -no-snapshot-save \
|
||||||
</dev/null >$HOME/emulator.log 2>&1 &
|
</dev/null >$HOME/emulator.log 2>&1 &
|
||||||
emulator_pid=$!
|
emulator_pid=$!
|
||||||
disown $emulator_pid
|
disown $emulator_pid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user