[Lustre-discuss] Process accessing Lustre be killed on Lustre client

Johann Lombardi johann at sun.com
Mon Mar 2 02:07:20 PST 2009


On Mon, Mar 02, 2009 at 04:10:46PM +0800, Lu Wang wrote:
> My question is: 
> 1.Does Lustre client requires a lot of low memory?

There is one known issue with the lru resize feature on i686 (it can
consume almost all the low memory). To know whether or not this is the
same problem, could you please try to disable lru resize on the client side
and see if you hit this bug again? To do so, you have to run the following
commands on the client(s):
lctl set_param ldlm.namespaces.*osc*.lru_size=$((NR_CPU*100))
lctl set_param ldlm.namespaces.*mdc*.lru_size=$((NR_CPU*100))
where NR_CPU is the number of cpus on the client.

Cheers,
Johann



More information about the lustre-discuss mailing list