提交 d05745f4 编写于 作者: J Jonathan Calmels

Bump the address space limits for ldconfig

上级 e3a2035d
......@@ -212,7 +212,7 @@ limit_resources(struct error *err)
limit = (struct rlimit){10, 10};
if (setrlimit(RLIMIT_CPU, &limit) < 0)
goto fail;
limit = (struct rlimit){512*1024*1024, 512*1024*1024};
limit = (struct rlimit){2ull*1024*1024*1024, 2ull*1024*1024*1024};
if (setrlimit(RLIMIT_AS, &limit) < 0)
goto fail;
limit = (struct rlimit){64, 64};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册