Linux Server Crashes "boost::system"

Hey, we’re currently running a server on Linux and have been experiencing lots of crashes after updating to 2949 for server artifacts. We didn’t have any issues before updating and I have no idea what’s causing it, I’ve been through every log, increased open file limits, rolled back the server, ran lsof to trace open files and now i’m out of ideas. Any help would be appreciated

Error

terminate called after throwing an instance of 'boost::wrapexcept<boost::system::system_error>' 
what(): boost::random_device: cannot open random-number pseudo-device /dev/urandom: No file descriptors available

Linux Information
Linux ns106584 4.19.0-10-amd64 #1 SMP Debian 4.19.132-1 (2020-07-24) x86_64 GNU/Linux

Ulimit Information

Current ulimit's
------------------
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 127830
max locked memory       (kbytes, -l) 65536
max memory size         (kbytes, -m) unlimited
open files                      (-n) 8000
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) 127830
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
1 Like