Skip to content

Commit

Permalink
Increase memory
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Al-Istannen committed Nov 17, 2024
1 parent 824aa49 commit a37bd62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ popd || exit 2
echo "MATTERMOST_RELEASE_KEY_ALIAS=kitctf_chat" >> android/gradle.properties;
echo "MATTERMOST_RELEASE_PASSWORD=${RELEASE_PASSWORD}";
} >> android/gradle.properties

sed -i 's/-Xmx2048m/-Xmx4096m/' android/gradle.properties
sed -i 's/=512m/=1024m/' android/gradle.properties

cd fastlane
NODE_ENV=production bundle exec fastlane android build --env android.release
Expand Down

0 comments on commit a37bd62

Please sign in to comment.