]> git.proxmox.com Git - mirror_spl.git/commit - config/spl-build.m4
Default to --disable-debug-kmem
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 20 Jul 2015 19:18:56 +0000 (12:18 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 21 Jul 2015 18:47:10 +0000 (11:47 -0700)
commit9eb361aaa537724c9a90ab6a9f33521bfd80bad9
treee42f5c6f639cf2bac26d4516b4be24143dfa0c5c
parent37d7cd94f326896ffbd3f7609a20562c000cd4c8
Default to --disable-debug-kmem

The default kmem debugging (--enable-debug-kmem) can severely impact
performance on large-scale NUMA systems due to the atomic operations
used in the memory accounting. A 32-thread fio test running on a
40-core 80-thread system and performing 100% cached reads with kmem
debugging is:

Enabled:
READ: io=177071MB, aggrb=2951.2MB/s, minb=2951.2MB/s, maxb=2951.2MB/s,

Disabled:
READ: io=271454MB, aggrb=4524.4MB/s, minb=4524.4MB/s, maxb=4524.4MB/s,

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tim Chase <tim@chase2k.com>
Issues #463
config/spl-build.m4
module/spl/spl-proc.c