Whamcloud - gitweb
LU-6356 ptlrpc: add a 'enc_pool_max_memory_mb' module param 69/15069/4
authorSebastien Buisson <sebastien.buisson@bull.net>
Fri, 29 May 2015 12:22:55 +0000 (14:22 +0200)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 3 Aug 2015 01:57:54 +0000 (01:57 +0000)
commit78add6cb8aad0dda0528423dc930fec54ed36259
tree634dfaff123b9e219974491b785339d7ff8e35a4
parent0484a16883a951f27c30ee926c9a1c305f7cf489
LU-6356 ptlrpc: add a 'enc_pool_max_memory_mb' module param

Create a new 'enc_pool_max_memory_mb' module param for ptlrpc.
It is used to set max memory used by encoding pools, in MB.
By default encoding pools will use at max 1/8 of total physical
memory, but it appears to be too few under some circumstances.

Signed-off-by: Sebastien Buisson <sebastien.buisson@bull.net>
Change-Id: If431ba082eec4bc2c4f2131d4b6b5b7028a3a569
Reviewed-on: http://review.whamcloud.com/15069
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ptlrpc/sec_bulk.c