Details
Assignee
UnassignedUnassignedReporter
Alex MillerAlex MillerApproval
VettedPatch
CodePriority
MajorAffects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Alex Miller
Alex MillerApproval
Vetted
Patch
Code
Priority

Affects versions
Created January 25, 2017 at 3:33 PM
Updated October 2, 2019 at 2:27 PM
In general I find that it is very easy (especially with nested or recursive collections) to have a check run OOME due to generating very large nested collections. Currently the default is 20 - I think we should change it to 3.
The attached patch just changes the default from 20 to 3. An alternate approach would be to change it to a dynvar setting.
Patch: clj-2102-3.patch