Re: tmpfs sizing broken in 4.4-rc*

2015-12-06 Thread Andi Kleen
On Sun, Dec 06, 2015 at 07:16:55PM +0100, Andi Kleen wrote: > > Hi, > > It seems on 4.4-rc2 something is wrong how tmpfs is sized by default. > > On a 4GB system with /tmp as tmpfs I only have an 1MB sized /tmp now. Which > breaks a lot of stuff, including the scripts to install new kernels. >

tmpfs sizing broken in 4.4-rc*

2015-12-06 Thread Andi Kleen
Hi, It seems on 4.4-rc2 something is wrong how tmpfs is sized by default. On a 4GB system with /tmp as tmpfs I only have an 1MB sized /tmp now. Which breaks a lot of stuff, including the scripts to install new kernels. When I remount it manually with a larger size things works again. I haven't