# Run tests (96 tests covering OpenAPI, MCP stdio, MCP HTTP, caching, and token savings)
1 个 CPU 核心、1G 的内存和 500 MB 空间就能部署,对现在大部分还能使用的电脑来说,基本上都可以直接安装。我们强烈推荐拿一个备用机来部署龙虾就足够了,一个独立的环境能避免龙虾乱操作你的重要文件。
。新收录的资料对此有专业解读
instead of needing to uphold the trust of the public at large。新收录的资料是该领域的重要参考
How it works. During initialization (gc_init), the runtime mmaps a 1 MB region for the Mog stack. The bottom 16 KB of this region is marked PROT_NONE — any read or write to it triggers a hardware fault. A signal handler (installed on a dedicated signal stack via sigaltstack) catches the fault, checks whether the faulting address falls within the guard region, and if so, uses siglongjmp to return control to the host.