Created attachment 183961 [details] update to 3.4.5 update to 3.4.5
On ZFS it will get mlock() EAGIN error. My machine has 8GB RAM, need someone to test it on ZFS with lager RAM.
(In reply to Eric Camachat from comment #1) Add those to lines into /boot/loader.conf.local then works fine with ZFS: vfs.zfs.arc_max="512M" vfs.zfs.prefetch_disable="1"
A commit references this bug: Author: ultima Date: Thu Jul 6 19:36:05 UTC 2017 New revision: 445168 URL: https://svnweb.freebsd.org/changeset/ports/445168 Log: * Updated to 3.4.5 * Sorted Makefile * regenerated patches PR: 220393 Submitted by: Eric Camachat <eric@camachat.org> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11496 Changes: head/databases/mongodb34/Makefile head/databases/mongodb34/distinfo head/databases/mongodb34/files/patch-SConstruct head/databases/mongodb34/files/patch-src_mongo_crypto_crypto__openssl.cpp head/databases/mongodb34/files/patch-src_mongo_util_net_ssl__manager.cpp
Committed, thanks!