-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
Perhaps this rather belongs on the spec.
We need to make sure that input validators can be run with high memory limits. Whether that means having a high default limit or making it configurable.
Being limited to 1GB is not enough, as often you may want to do some level of brute force in the input validator to ensure everything is definitely correct. This may require much more memory than running a solution to the problem. The current limit seems to default to 1GB, which is quite low for pypy, which uses more memory usually than cpython. I encounter memoryerrors in pypy relatively often due to this.
Metadata
Metadata
Assignees
Labels
No labels