Settings
Tune AutoPilot to match your hardware
Performance
Adjust processing limits based on your computer's RAM. Higher values unlock larger datasets and faster processing but require more memory.
Quick Presets
What this does: Controls how many rows are written per chunk file in OPFS storage. Larger chunks mean fewer file operations (faster on SSD) but each operation uses more RAM. Increase this if you have 8GB+ RAM and want faster CSV processing.
What this does: Sets the in-memory row threshold used by the CSV Join and Compare nodes. Below this limit both nodes use a fast in-memory Map; above it they switch to a disk-based grace hash join via OPFS to avoid running out of RAM. Roughly 1 GB of free RAM per 2 million rows.
Note: These limits apply per workflow run. If a workflow fails with an out-of-memory error, lower the chunk size and union limit, then try again. Settings are saved locally and persist between sessions.