]> Git Repo - linux.git/commit
ipc: HARD_MSGMAX should be higher not lower on 64bit
authorAmerigo Wang <[email protected]>
Wed, 16 Dec 2009 00:47:36 +0000 (16:47 -0800)
committerLinus Torvalds <[email protected]>
Wed, 16 Dec 2009 15:20:10 +0000 (07:20 -0800)
commit9cf18e1dd74cd0061d58ac55029784ca3dd88f6a
treecec024557847462d5c6d3b9b52f4d59c08dc40c7
parente5cc9c7b1a3e7ae4d700d9fce168fb597bcfe9b6
ipc: HARD_MSGMAX should be higher not lower on 64bit

We have HARD_MSGMAX lower on 64bit than on 32bit, since usually 64bit
machines have more memory than 32bit machines.

Making it higher on 64bit seems reasonable, and keep the original number
on 32bit.

Acked-by: Serge E. Hallyn <[email protected]>
Cc: Cedric Le Goater <[email protected]>
Signed-off-by: WANG Cong <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/ipc_namespace.h
This page took 0.070814 seconds and 4 git commands to generate.