Skip to main content

Limits

The following limits apply to all Lit Action executions on Chipotle. They are designed to keep the network stable and fair for all users while covering the vast majority of real-world use cases.

Code & Upload

LimitDefault
Maximum action code size (inline)16 MB
Maximum IPFS action sizeN/A
Maximum js_params payload64 KB
Action code submitted inline via the API or Dashboard must not exceed 16 MB. Downloading actions via IPFS is not currently supported. If your action requires large static data, consider fetching it at runtime via fetch rather than bundling it into the action itself.

Execution

LimitDefault
Maximum execution time15 minutes
Maximum memory64 MB
Maximum outbound HTTP requests per action50
Maximum response payload size100 KB
Maximum console log output100 KB
Maximum key/signature requests per action10
Actions that exceed the execution time limit are terminated and return a timeout error. Long-running workflows should be broken into smaller actions or offload heavy computation to an external service and fetch the result.

Need Higher Limits?

The defaults above are suitable for most development and production workloads. If your use case requires higher limits — more throughput, longer execution time, larger payloads, or increased concurrency — we’re happy to discuss it. Reach out through any of the following: When you reach out, include a brief description of your use case and the specific limits you need — this helps us respond quickly with the right configuration for your account.