We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a87c50 + 44fe446 commit 9cefeabCopy full SHA for 9cefeab
include/swift/Basic/LangOptions.h
@@ -131,7 +131,7 @@ namespace swift {
131
132
/// \brief The upper bound, in bytes, of temporary data that can be
133
/// allocated by the constraint solver.
134
- unsigned SolverMemoryThreshold = 15000000;
+ unsigned SolverMemoryThreshold = 33554432; /* 32 * 1024 * 1024 */
135
136
/// \brief Perform all dynamic allocations using malloc/free instead of
137
/// optimized custom allocator, so that memory debugging tools can be used.
0 commit comments