Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{% if bootstrap_name == "qt" %}
# For tweaking memory settings. Otherwise, a p4a session with Qt bootstrap and PySide6 recipe
# For tweaking memory settings. Otherwise, a p4a session
# terminates with a Java out of memory exception
org.gradle.jvmargs=-Xmx2500m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
{% endif %}
{% if args.enable_androidx %}
android.useAndroidX=true
android.enableJetifier=true
{% endif %}
{% endif %}
Loading