Skip to content

Commit 6c14ca3

Browse files
authored
Merge pull request #3989 from rudkx/increase-solver-threshold
2 parents 3d5bac3 + 8886f77 commit 6c14ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/LangOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ namespace swift {
131131

132132
/// \brief The upper bound, in bytes, of temporary data that can be
133133
/// allocated by the constraint solver.
134-
unsigned SolverMemoryThreshold = 15000000;
134+
unsigned SolverMemoryThreshold = 33554432; /* 32 * 1024 * 1024 */
135135

136136
/// \brief Perform all dynamic allocations using malloc/free instead of
137137
/// optimized custom allocator, so that memory debugging tools can be used.

0 commit comments

Comments
 (0)