OVH Cloud OVH Cloud

tmpfs

1 réponse
Avatar
Bayrouni
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?
Mecri Bayrouni


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

1 réponse

Avatar
Frédéric Bothamy
* Bayrouni [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 sizeP%


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


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact