Skip to main content

Module limits

Module limits 

Source
Expand description

Resource limits for indexing and querying (DoS hardening).

Constantsยง

MAX_ENTITIES
Maximum extracted entities per workspace build.
MAX_FILE_BYTES
Maximum size of a single ontology file read from disk or held in an LSP open buffer.
MAX_GRAPH_EDGES
Maximum edges in a graph export payload.
MAX_GRAPH_NODES
Maximum nodes in a graph export payload.
MAX_OPEN_DOCUMENTS
Maximum open LSP document buffers tracked per workspace.
MAX_QUERY_BYTES
Maximum SQL or SPARQL query string length.
MAX_SCAN_FILES
Maximum ontology files scanned per workspace.
MAX_SCAN_WALK_ENTRIES
Maximum filesystem entries visited during a workspace scan (including non-ontology files).
MAX_SPARQL_RESULT_ROWS
Maximum rows returned from a SPARQL query.
MAX_SQL_RESULT_ROWS
Maximum rows returned from a SQL virtual-table query.
MAX_TOTAL_TRIPLES
Maximum RDF quads loaded into the catalog store for a workspace.
MAX_TRIPLES_PER_FILE
Maximum RDF quads parsed from one file.