Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2011 12:18:21 +0000
From:      RW <rwmaillists@googlemail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: putting "/tmp" to memory
Message-ID:  <20110124121821.107c2061@gumby.homeunix.com>
In-Reply-To: <12db3210cd2.-2509072410058136592.-3952788888916668261@zoho.com>
References:  <12db3210cd2.-2509072410058136592.-3952788888916668261@zoho.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 23 Jan 2011 05:47:23 -0800
kellyremo <kellyremo@zoho.com> wrote:

> 
> "to memory" means: mounting a ~2 GByte filesystem [ tmpfs?, or
> ramfs? ], and put the "/tmp" on it. [ e.g.: 4 GByte ram in the pc ].
> what to write in the "/etc/fstab"? 

I have 

tmpfs    /tmp   tmpfs  rw,size=4280000000

I would suggest you don't use tmpmfs="YES" in rc.conf unless you are
being very conservative with a production server. tmpfs is nominally
experimental, but it seems to be very stable, and it's much more memory
efficient than md devices.  


>  Advantages:
>  - Memory is way faster then HDD/SSD, so it could speed things up

It's not all that much faster due caching and soft-updates on hard
disks.    

>  Disadvantages: 
>  - Security? [ how to set this up to be secure? any clear
> howtos/links regarding it? :O ] 

Do you have any particular concerns?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110124121821.107c2061>