> For the complete documentation index, see [llms.txt](https://daseldocs.tomwright.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daseldocs.tomwright.me/v2/memory-usage.md).

# Memory usage

Dasel does not perform partial reads or streaming. As a result the dasel executable will read the entire given document into memory.

You should be aware that dasel will attempt to allocate a lot of memory if you are processing very large documents.
