Skip to content

Memory limit of input validators #358

@Tagl

Description

@Tagl

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions