Comment 7 for bug 1911904

Revision history for this message
Dan Streetman (ddstreet) wrote :

root@lp1911904-g:~# dpkg -l|grep corosync
ii corosync 3.0.3-2ubuntu3 amd64 cluster engine daemon and utilities
ii libcorosync-common4:amd64 3.0.3-2ubuntu3 amd64 cluster engine common library
root@lp1911904-g:~# pidof corosync
1153
root@lp1911904-g:~# prlimit -p 1153 | grep MEMLOCK
MEMLOCK max locked-in-memory address space 64000000 64000000 bytes
root@lp1911904-g:~# grep VmLck /proc/1153/status
VmLck: 36396 kB

root@lp1911904-g:~# dpkg -l|grep corosync
ii corosync 3.0.3-2ubuntu3.1 amd64 cluster engine daemon and utilities
ii libcorosync-common4:amd64 3.0.3-2ubuntu3.1 amd64 cluster engine common library
root@lp1911904-g:~# pidof corosync
1700
root@lp1911904-g:~# prlimit -p 1700 | grep MEMLOCK
MEMLOCK max locked-in-memory address space 64000000 64000000 bytes
root@lp1911904-g:~# grep VmLck /proc/1700/status
VmLck: 0 kB