Skip to content

Commit

Permalink
Remove -XX:MaxPermSize option.
Browse files Browse the repository at this point in the history
  • Loading branch information
oXIIIo authored Apr 8, 2024
1 parent f3e4c9c commit e0583b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
- name: 🏗️ Build APK
run: |
cd V2rayNG
chmod 777 *
sed -i 's/org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8/org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8/' gradle.properties
chmod 755 gradlew
./gradlew assembleRelease
- name: 🔐 Sign APK files
Expand Down

0 comments on commit e0583b3

Please sign in to comment.