The patched did not seem to help. $ uname -rv 3.2.0-65-generic #98~lp1327360v1 SMP Fri Jun 13 21:24:49 UTC 2014 $ uptime 18:02:53 up 19:30, 1 user, load average: 1.62, 1.71, 1.68 $ sudo grep xfs_btree_cur /proc/slabinfo xfs_btree_cur 161382 161382 208 39 2 : tunables 0 0 0 : slabdata 4138 4138 0
Compare to a similar host in the pool: $ uname -rv 3.8.0-42-generic #62~precise1-Ubuntu SMP Wed Jun 4 22:04:18 UTC 2014 $ uptime 18:01:59 up 5 days, 16:26, 1 user, load average: 13.43, 11.69, 10.94 $ sudo grep xfs_btree_cur /proc/slabinfo xfs_btree_cur 936 936 208 39 2 : tunables 0 0 0 : slabdata 24 24 0 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1327360 Title: xfs_btree_cur leak Status in “linux” package in Ubuntu: In Progress Bug description: There appears to be a kernel memory leak of xfs_btree_cur in recent Precise kernels (3.2.0-45 and -63 are affected, for sure). The slab can grow unbounded; we've seen it grow larger than 32GB via slabtop. The affected hosts have XFS mounted on / (root filesystem). We have another host running 3.2.0-38 in which we do not see this problem (it has a 37TB XFS filesystem mounted, but not on root). Upgrading to the latest 3.8.0-41 kernel via linux-generic-lts-raring seems to resolve the issue. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1327360/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp