Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1419743

Re: [PATCH RFC] slub: reap free slabs periodically

From Christoph Lameter <cl@linux.com>
Newsgroups linux.kernel
Subject Re: [PATCH RFC] slub: reap free slabs periodically
Date 2016-06-10 23:40 +0200
Message-ID <rICjL-28R-5@gated-at.bofh.it> (permalink)
References <rIxk5-6Qd-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


One reason for SLUBs creation was the 2 second scans in  SLAB which causes
significant disruption of latency sensitive tasksk.

You can simply implement a reaper in userspace by running

slabinfo -s

if you have to have this.


There is no need to duplicate SLAB problems.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH RFC] slub: reap free slabs periodically Vladimir Davydov <vdavydov@virtuozzo.com> - 2016-06-10 18:20 +0200
  Re: [PATCH RFC] slub: reap free slabs periodically Christoph Lameter <cl@linux.com> - 2016-06-10 23:40 +0200
    Re: [PATCH RFC] slub: reap free slabs periodically Vladimir Davydov <vdavydov@virtuozzo.com> - 2016-06-14 10:30 +0200

csiph-web