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

Re: /dev/shm, wie anlegen?



On Fri, 2004-01-09 at 10:51, Torsten Schneider wrote:
> ja, aber was hat das damit zu tun, dass das Programm nach Shared Momory
> schreit? Vermutlich benutzt es das für IPC, und das garantiert nicht via
> Ramdisk.

aus Configure.help:
--------------
CONFIG_TMPFS
...
 You should mount the file system somewhere to be able to use
  POSIX shared memory. Adding the following line to /etc/fstab should
  take care of things:
  tmpfs         /dev/shm        tmpfs           defaults        0 0
...
--------------

Keine Ahnung warum POSIX shared memory das tmpfs benötigt. Auf meinen
Kisten mache ich übrigens immer das folgende:
  tmpfs           /tmp            tmpfs   defaults                0 0
und halte damit Schreibzugriffe von der Partition fern, auf der /etc
liegt.

Ulrich




Reply to: