Skip to content

Commit

Permalink
chore: downgrade CPU, ram
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 7, 2024
1 parent 5f9096a commit ac69adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/scripts/android-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ then

# based on https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#hardware
# >> Agents that run macOS images are provisioned on Mac pros with a 3 core CPU, 14 GB of RAM, and 14 GB of SSD disk space.
echo "hw.cpu.ncore=3" >> $AVD_CONFIG_FILE
echo "hw.cpu.ncore=2" >> $AVD_CONFIG_FILE

# Bump the heap size as the tests are stressing the application
echo "vm.heapSize=256M" >> $AVD_CONFIG_FILE
Expand All @@ -79,7 +79,7 @@ then
-verbose \
-avd $AVD_NAME \
-skin 1280x800 \
-memory 4096 \
-memory 2048 \
-no-window \
-gpu swiftshader_indirect \
-no-snapshot \
Expand Down

0 comments on commit ac69adf

Please sign in to comment.