Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

[Mac] Disable hybrid suspend until the XamMac GC hang is fixed #6327

Merged
merged 1 commit into from
Oct 16, 2018
Merged
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
3 changes: 3 additions & 0 deletions main/build/MacOSX/monostub.mm
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@ int main (int argc, char **argv)

setenv ("MONO_GC_PARAMS", "major=marksweep-conc,nursery-size=8m", 0);

// To be removed: https://github.com/mono/monodevelop/issues/6326
setenv ("MONO_THREADS_SUSPEND", "preemptive", 0);

NSString *exePath;
char **extra_argv;
int extra_argc;
Expand Down