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

Re: tmpfs



* Bayrouni <bayrouni@brutele.be> [2005-12-02 13:14] :
> bonjour,
> je veux utiliser une petite partie de ma ram pour une partition : /tmp
> j'ai ajouté cette ligne dans le fstab:
> tmpfs          /tmp             tmpfs    defaults        0       0
> 
> Mais je voudrais preciser la  qtité de ram ainsi que savoir celle qui 
> est prise par defaut?

Tout est dans la documentation du noyau
(Documentation/filesystems/tmpfs.txt) :

tmpfs has three mount options for sizing:

size:      The limit of allocated bytes for this tmpfs instance. The 
           default is half of your physical RAM without swap. If you
           oversize your tmpfs instances the machine will deadlock
           since the OOM handler will not be able to free that memory.
nr_blocks: The same as size, but in blocks of PAGE_CACHE_SIZE.
nr_inodes: The maximum number of inodes for this instance. The default
           is half of the number of your physical RAM pages, or (on a
           a machine with highmem) the number of lowmem RAM pages,
           whichever is the lower.

These parameters accept a suffix k, m or g for kilo, mega and giga and
can be changed on remount.  The size parameter also accepts a suffix %
to limit this tmpfs instance to that percentage of your physical RAM:
the default, when neither size nor nr_blocks is specified, is size=50%


Fred

-- 
Comment poser les questions de manière intelligente ?
http://www.gnurou.org/Writing/SmartQuestionsFr
Comment signaler efficacement un bug ?
http://www.chiark.greenend.org.uk/~sgtatham/bugs-fr.html



Reply to: