Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Linux meminfo very high slab

tbrinkmannApr 29 2014 — edited Apr 29 2014

Hi,

we face a problem with on of our linux SLES Database Server. The kernel is consuming 80% of the memory for the slab.

SLES 11.3

Linux 3.0.101-0.21-default

MemTotal:  12195516 kB
MemFree:     219028 kB
Slab:       9364632 kB
SReclaimable:6859668 kB

Normally the SLAB is reclaimable by kernel itself or by command

#>echo 2 > /proc/sys/vm/drop_caches

But in our case the kernel do not free the space. So the databases are swapping blocks to the hard disk.

Does anyone see some behavior like this in the past ?

Does this maybe a kernel bug ?

Is it possible to limit the slab ?

Thanks a lot !!!

This post has been answered by Dude! on Apr 29 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2014
Added on Apr 29 2014
3 comments
4,330 views