Whamcloud - gitweb
LU-2424 ptlrpc: reduce initial buffers count
authorDmitry Eremin <dmitry.eremin@intel.com>
Thu, 14 Mar 2013 17:28:50 +0000 (21:28 +0400)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 18 Mar 2013 05:21:29 +0000 (01:21 -0400)
commitf961ae9bf148d8df817c7292e80cd9de4af5bffb
tree9e73cd206fbd680a59f251d6253e252b4be46d6d
parente2f467190ec7bc3c0102f699d22b4891fa7217f1
LU-2424 ptlrpc: reduce initial buffers count

Separate buffers count for server and client services.
Reduce inititial allocation for client ("ldlm_cbd") because
its not required a lot. This reduced unreclaimable memory
usage after just mount from 233036kB to 97386kB.

Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Change-Id: I56fcbe6c45c61ba4876bce5482169ea06a03638c
Reviewed-on: http://review.whamcloud.com/5719
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/include/lustre_net.h
lustre/ldlm/ldlm_lockd.c