https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284815
Bug ID: 284815 Summary: RCTL memoryuse limit is not working Product: Base System Version: 14.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: jsml4thwwbid6...@protonmail.com The memoryuse limit with rctl does not appear to work. Here is how the limit is setup in /etc/rctl.conf user:5000:memoryuse:deny=4096MB/user Here's the live rule. ``` rctl -h user:5000 | grep memoryuse user:5000:memoryuse:deny=4096M ``` Here is the current usage under that rule. ``` rctl -uh user:5000 | grep memoryuse memoryuse=30G vmemoryuse=86G ``` Note the 30GB usage on a 4GB memory limit. I have no idea how to diagnose this other than it does not work. Please let me know if there is anything I can do, or provide to track this down. OS: 14.2-RELEASE-p1 -- You are receiving this mail because: You are the assignee for the bug.