Skip to content

Commit 10d4798

Browse files
authored
Merge pull request #3351 from T-Dynamos/gradleOOMfix
Fix OOM for other bootstraps
2 parents 7b805ef + 888ddab commit 10d4798

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
{% if bootstrap_name == "qt" %}
2-
# For tweaking memory settings. Otherwise, a p4a session with Qt bootstrap and PySide6 recipe
1+
# For tweaking memory settings. Otherwise, a p4a session
32
# terminates with a Java out of memory exception
43
org.gradle.jvmargs=-Xmx2500m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
5-
{% endif %}
64
{% if args.enable_androidx %}
75
android.useAndroidX=true
86
android.enableJetifier=true
9-
{% endif %}
7+
{% endif %}

0 commit comments

Comments
 (0)