Commit 6741d9b9 authored by oscar's avatar oscar

修改文件最大范围为10G。

parent a276a4e0
......@@ -163,7 +163,7 @@ void LimitOpenFile() {
return;
}
limit.rlim_cur = 10240000;
limit.rlim_cur = 10240000000;
if (0 != setrlimit(RLIMIT_FSIZE, &limit)) {
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment