-
Notifications
You must be signed in to change notification settings - Fork 742
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add GC configuration for all net6 mobile templates
- Loading branch information
1 parent
19fbedf
commit a2155bb
Showing
2 changed files
with
40 additions
and
13 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
src/SolutionTemplate/UnoSolutionTemplate.net6/Mobile/Android/environment.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# See this for more details: http://developer.xamarin.com/guides/android/advanced_topics/garbage_collection/ | ||
MONO_GC_PARAMS=bridge-implementation=tarjan,nursery-size=32m,soft-heap-limit=256m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters