You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libvma uses huge amount of memory (~4x8G) with max RLIMIT_NOFILE
Going from EL8 to EL9, default Max open files limit goes from 1048576 to 1073741816, this is true on any host using systemd 240+ if not overridden (systemd/systemd@a8b627a / https://access.redhat.com/solutions/1479623)
(might not be true for user session but true for container)
Subject
libvma uses huge amount of memory (~4x8G) with max RLIMIT_NOFILE
Going from EL8 to EL9, default Max open files limit goes from
1048576
to1073741816
, this is true on any host using systemd 240+ if not overridden (systemd/systemd@a8b627a / https://access.redhat.com/solutions/1479623)(might not be true for user session but true for container)
In libvma there is this code:
libvma/src/vma/sock/fd_collection.cpp
Lines 63 to 89 in cef07e0
when running with strace it gives:
Issue type
Configuration:
Actual behavior:
libvma allocate 32G of RAM for bookeeping
Expected behavior:
Either:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: