mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
ib_srpt README: Add more performance notes
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4514 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+5
-1
@@ -365,7 +365,11 @@ Performance Notes - Both Sides
|
||||
|
||||
* Disable CONFIG_IRQSOFF_TRACER such that CONFIG_TRACE_IRQFLAGS is disabled.
|
||||
|
||||
* Using the SLAB memory allocator instead of SLUB may help.
|
||||
* Consider which memory allocator to use. With recent kernels using the SLUB
|
||||
memory allocator instead of SLAB may help. On multi-socket systems the SLAB
|
||||
memory allocator may result in better performance. Please note that SLAB is
|
||||
tunable while SLUB is not. See also http://lkml.org/lkml/2010/7/9/264 and
|
||||
http://www.ibm.com/developerworks/linux/library/l-linux-slab-allocator/.
|
||||
|
||||
|
||||
Frequently Asked Questions
|
||||
|
||||
Reference in New Issue
Block a user