Heloo

info:

unison  -> SIGSEGV ; if

[root@tonda ~]# du -a /home/vpopmail/domains/ | wc -l ; du -hs /home/vpopmail/domains/
877332
113G    /home/vpopmail/domains/
[root@tonda ~]# ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 63027
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 63027
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
[root@franta ~]# rpm -qa | grep unison
unison-2.40.63-1.el7.rf.x86_64
unison-debuginfo-2.40.63-1.el7.rf.x86_64
[root@franta ~]#


SOLUTIONS
No SIGSEGV ;  if
[root@tonda ~]# ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 62996
max locked memory       (kbytes, -l) 64000
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024000
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 81920
cpu time               (seconds, -t) unlimited
max user processes              (-u) 62996
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited


set in:
 [root@franta ~]# tail -n 10 /etc/security/limits.conf
#ftp             hard    nproc           0
#@student        -       maxlogins       4

root            -       stack           81920
root            -       nofile          1024000
root            -       memlock         64000



# End of file
[root@franta ~]#


Perhaps someone will save time. :-)


Havrla

Reply via email to