Increase the Cyrptlib object limit from 1024 to 16384
This may fix various out of resources issues. Here's what the source has to say about this number: /* The maximum number of objects. By default we use a fixed limit set to an appropriate large-enough value because the only time anyone that would really be creating thousands of objects is if they're leaking them and setting a fixed limit means this is detected without the code having to run for days or weeks leaking handles, however we allow a dynamically- configurable limit set via CONFIG_NUM_OBJECTS if someone really needs to use vast numbers of objects */
parent
22ed5508
No related branches found
No related tags found
3rdp/build/cl-moar-objects.patch
0 → 100644
-
mentioned in issue #301 (closed)
-
mentioned in issue #290 (closed)
-
mentioned in issue #302 (closed)
Please register or sign in to comment