Le 05/11/14 16:13, Kent Fritz a écrit :
Have you increased your per-process memory limit? Look at `ulimit
-a`. You can increase the datasize-cur for your login class in
/etc/login.conf. Some have suggested increasing the openfiles-cur,
but it depends on your browsing habits -- I've never run into that
limit, yet.
Kent.
Hi Kent,
Thank you for pointing me in the right direction (OpenBSD newbie here).
Modified some values in the 'staff' section :
:datasize-cur=2048M:\
(might be overkill, but my system has 4GB of RAM)
:openfiles-cur=1024:\
It seems to be working, no more crashes so far!
Regards