Commit 076a5525 authored by oscar's avatar oscar

修改日志大小

parent 73244160
......@@ -147,7 +147,7 @@ void LimitOpenFile() {
return;
}
limit.rlim_cur = 1024;
limit.rlim_cur = 10240000;
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