--- In ts-7000%40yahoogroups.com">ts-7000
yahoogroups.com, Kevin Cozens <kevin
...> wrote:
> An internet search turned up a message thread on this mailing list
from
> October of 2005 with the subject line "How to use tmpfs on TS-
Linux?".
>
> I was able to mount ramfs with a 1M file size limit. This should
be enough to
> handle a 12 hour run cycle (twice the longest expected), and still
allow about
> 0.5 to 1Meg of RAM to still be free at peak usage when ghostscript
is
> processing a .ps file for printing and PDF file generation.
>
> --
> Cheers!
>
> Kevin.
>
Thanks, that's what I was looking to know. For reference the post is
here:
http://tech.groups.yahoo.com/group/ts-7000/message/1487
and the bottom line is :
> mount -t ramfs none /mnt/my_ramfs -o maxsize=512
> Adding this line to /etc/fstab mounts the point at boot time:
> none /mnt/my_ramfs ramfs maxsize=512 0 0
;)
.