# Execution Limits

Disposable Exec enforces safety limits when executing code.

Current limits:

Wall-clock timeout: 30 seconds
Memory: 128 MB
CPU share limit: 0.5 CPU
PID limit: 64
File system: read-only
Network: disabled
Temporary filesystem: isolated tmpfs only
Capacity model: short-lived, controlled, limited-capacity execution

These limits protect the host environment from malicious
or runaway code generated by AI agents.

Product boundary:

- short-lived execution only
- isolated and controlled runtime
- limited capacity by design
- not general compute
- not a high-SLA platform
