Error writing file: A file cannot be larger than the value set by ulimit
限制都还没改呢!
当然不行了!
vi /etc/security/limits
default:
fsize = 2097151
core = 2097151
cpu = -1
data = 262144
rss = 65536
stack = 65536
nofiles = 2000
fsize改成
default:
fsize = -1
还没有评论,来说两句吧...