Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: tmpfs sizing problems (i386, 4GB mem)



On Thu, 24 Feb 2011 10:06 -0500, "Chris Ross" 
<cross+netbsd%distal.com@localhost>
wrote:
> On 02/24/2011 08:16 AM, Ian D. Leroux wrote:
> > On Wed, 23 Feb 2011 16:49 -0500, "Chris Ross"<cross%distal.com@localhost>  
> > wrote:
> >>    How much memory does lysaa have?    I've been guessing the fact that I
> >>    have 4GB is relevant. I should try adding more to see if things change.
> > FWIW, I think I'm seeing the same bug.  NetBSD/amd64 HEAD (snapshot from
> > 201102190300Z) installed on a dual-core i5 thinkpad x201 with 4GB
> > installed memory.  I won't have access to the machine in question until
> > tonight (EST), but let me know if there's anything more specific than
> > "tmpfs isn't respecting -s" that I can test.

Forget I said that.  I just ran:

for sz in 1 2 3 4 5 7 8 9 15 16 17 31 32 33 63 64 65 127 128 129 511 512
513 1023 1024 1025
do
  umount /tmp
  mount -t tmpfs -o -s=${sz}m tmpfs /tmp
  df | grep "/tmp"
done

And got all the right sizes.  My fstab line is also producing a
correctly-
sized (according to df) tmpfs /tmp.  I'm not sure what I was seeing the
other night, and didn't take proper notes at the time.  Until and unless
I can reproduce it I think we're back to having no confirmed sightings
of the bug except on i386.

Sorry for the confusion,

Ian Leroux


Home | Main Index | Thread Index | Old Index