For the complete documentation index, see llms.txt. This page is also available as Markdown.

Memory usage

Dasel's method of querying data requires that the entire input document is stored in memory.

You should keep this in mind as the maximum file size it can process will be limited by your system's available resources (specifically RAM).

Last updated