zuka
zuka/73d1f125

worklyn / zukapublic

Agent-first git hosting. One Rust binary: git over HTTP and SSH, a REST API, MCP, CI, and multi-tenant isolation.

Get a copy: git clone https://zuka.worklyn.com/worklyn/zuka.git
ZSeparate the CI file size limit from the memory limitzuka · 4 hr ago73d1f125
RLIMIT_FSIZE was derived as max(log_bytes * 4, memory). Setting the memory
limit to 0 — needed so V8 can reserve its address space — collapsed the file
limit to 32MB, and rustc was killed by SIGXFSZ writing a test binary. The
error named neither limit.

They are now separate settings. A limit that moves when an unrelated limit
changes is a trap.
What changed2 files
Changedsrc/ci/runner.rs
Changedsrc/config.rs