Skip to content

maxResultSetSize expressed in bytes #372

Open
@paterczm

Description

@paterczm

We have maxResultSetSize setting currently which defines maximum number of documents which can be returned in a single call. If the documents are large, it can still lead to OutOfMemory errors in the crud nodeset.

I would rename current maxResultSetSize to maxResultSetCount and introduce maxResultSetSizeB (in bytes) to put a cap on the response size and protect crud resources from exhaustion.

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