Re: [PATCH 1/1 v1] the recommended crash memory reservation is too small for x86_64.

2013-03-27 Thread Simon Horman
On Mon, Mar 25, 2013 at 06:56:49PM +0800, zhouzho...@gmail.com wrote: > From: root The above line is bogus. > On Documentation/kdump/kdump.txt, section Boot into System Kernel: On x86 > and x86_64, use > "crashkernel=64M@16M", but some OSes like ubuntu 12.10 use ram fs larger > than 64M,

Re: [PATCH 1/1 v1] the recommended crash memory reservation is too small for x86_64.

2013-03-27 Thread Simon Horman
On Mon, Mar 25, 2013 at 06:56:49PM +0800, zhouzho...@gmail.com wrote: From: root root@zzy-Lenovo.(none) The above line is bogus. On Documentation/kdump/kdump.txt, section Boot into System Kernel: On x86 and x86_64, use crashkernel=64M@16M, but some OSes like ubuntu 12.10 use ram fs

Re: [PATCH 1/1 v1] the recommended crash memory reservation is too small for x86_64.

2013-03-25 Thread WANG Chao
On 03/25/2013 07:52 PM, 周洲仪 wrote: > Thanks for reviewing > Is it sounds good to add following line into section "Boot into System > Kernel": > > The memory reserved for crash kernel should be no less than the unpacked > init ram disk size > that loaded with dump-capture kernel plus wired

Re: Re: [PATCH 1/1 v1] the recommended crash memory reservation is too small for x86_64.

2013-03-25 Thread 周洲仪
Thanks for reviewing Is it sounds good to add following line into section "Boot into System Kernel": The memory reserved for crash kernel should be no less than the unpacked init ram disk size that loaded with dump-capture kernel plus wired memory used by kernel itself. #

Re: [PATCH 1/1 v1] the recommended crash memory reservation is too small for x86_64.

2013-03-25 Thread WANG Chao
On 03/25/2013 06:56 PM, zhouzho...@gmail.com wrote: > From: root > > > On Documentation/kdump/kdump.txt, section Boot into System Kernel: On x86 > and x86_64, use > "crashkernel=64M@16M", but some OSes like ubuntu 12.10 use ram fs larger > than 64M, so in these cases the > memory reserved

[PATCH 1/1 v1] the recommended crash memory reservation is too small for x86_64.

2013-03-25 Thread zhouzhouyi
From: root On Documentation/kdump/kdump.txt, section Boot into System Kernel: On x86 and x86_64, use "crashkernel=64M@16M", but some OSes like ubuntu 12.10 use ram fs larger than 64M, so in these cases the memory reserved for crashkernel should be at least 128M. Signed-off-by: Zhouyi

[PATCH 1/1 v1] the recommended crash memory reservation is too small for x86_64.

2013-03-25 Thread zhouzhouyi
From: root root@zzy-Lenovo.(none) On Documentation/kdump/kdump.txt, section Boot into System Kernel: On x86 and x86_64, use crashkernel=64M@16M, but some OSes like ubuntu 12.10 use ram fs larger than 64M, so in these cases the memory reserved for crashkernel should be at least 128M.

Re: [PATCH 1/1 v1] the recommended crash memory reservation is too small for x86_64.

2013-03-25 Thread WANG Chao
On 03/25/2013 06:56 PM, zhouzho...@gmail.com wrote: From: root root@zzy-Lenovo.(none) On Documentation/kdump/kdump.txt, section Boot into System Kernel: On x86 and x86_64, use crashkernel=64M@16M, but some OSes like ubuntu 12.10 use ram fs larger than 64M, so in these cases the

Re: Re: [PATCH 1/1 v1] the recommended crash memory reservation is too small for x86_64.

2013-03-25 Thread 周洲仪
Thanks for reviewing Is it sounds good to add following line into section Boot into System Kernel: The memory reserved for crash kernel should be no less than the unpacked init ram disk size that loaded with dump-capture kernel plus wired memory used by kernel itself. #

Re: [PATCH 1/1 v1] the recommended crash memory reservation is too small for x86_64.

2013-03-25 Thread WANG Chao
On 03/25/2013 07:52 PM, 周洲仪 wrote: Thanks for reviewing Is it sounds good to add following line into section Boot into System Kernel: The memory reserved for crash kernel should be no less than the unpacked init ram disk size that loaded with dump-capture kernel plus wired memory