All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] When /tmp is not tmpfs.
@ 2005-11-24 12:11 Rob Landley
  2005-11-24 20:40 ` Blaisorblade
                   ` (2 more replies)
  0 siblings, 3 replies; 42+ messages in thread
From: Rob Landley @ 2005-11-24 12:11 UTC (permalink / raw)
  To: user-mode-linux-devel

So apparently, one reason for the pathological behavior of UML (pegging the 
hard drive, which I mentioned earlier) is that by default Ubuntu doesn't 
mount /tmpfs on /tmp.  This means it's part of /root, which is ext3, and 
every touched page gets scheduled for writeout after a few seconds.  (The 
optimization not to do that for deleted files was apparently taken out of 
2.6.)

There is a tmpfs mount, it's /dev/shm.  And apparently, even if tmpfs isn't 
exposed as a separate filesystem, system V shared memory will still use it.

So my question is, could system v shared memory be used in place of the tmpfs 
mount?  (Can it be mapped in the right location and inherited across fork()?)  
Or is this just a "systems that don't mount /tmpfs on /tmp are screwed, it's 
another prerequisite for running UML".

Rob
-- 
Steve Ballmer: Innovation!  Inigo Montoya: You keep using that word.
I do not think it means what you think it means.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2005-11-29 19:39 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-24 12:11 [uml-devel] When /tmp is not tmpfs Rob Landley
2005-11-24 20:40 ` Blaisorblade
2005-11-25  8:26   ` Rob Landley
2005-11-25  9:55 ` Jeff Dike
2005-11-25  9:48   ` Rob Landley
2005-11-25 10:52     ` Rob Landley
2005-11-25 11:26       ` Rob Landley
2005-11-25 14:56 ` Nix
2005-11-25 15:03   ` Chris Lightfoot
2005-11-25 15:36     ` Nix
2005-11-25 16:03     ` Rob Landley
2005-11-25 19:33       ` Nix
2005-11-25 20:18         ` Rob Landley
2005-11-25 21:04           ` Nix
2005-11-25 22:31             ` Rob Landley
2005-11-27 16:48               ` Blaisorblade
2005-11-27 18:17               ` Nix
2005-11-27 19:24                 ` Rob Landley
2005-11-25 23:33             ` Blaisorblade
2005-11-26  2:12               ` Nix
2005-11-26 11:47                 ` Rob Landley
2005-11-27 17:37                   ` Blaisorblade
2005-11-27 18:35                     ` Nix
2005-11-27 19:10                       ` Blaisorblade
2005-11-27 19:43                         ` Nix
2005-11-27 21:21                       ` Rob Landley
2005-11-27 18:59                     ` Rob Landley
2005-11-27 19:20                       ` Blaisorblade
2005-11-27 21:41                         ` Rob Landley
2005-11-29 16:52                           ` Blaisorblade
2005-11-27 18:31                   ` Nix
2005-11-28  1:07                     ` Rob Landley
2005-11-29 16:08                       ` Blaisorblade
2005-11-29 19:38                         ` Rob Landley
2005-11-26 10:44               ` Rob Landley
2005-11-27 16:38                 ` Blaisorblade
2005-11-27 18:49                   ` Nix
2005-11-27 21:25                     ` Rob Landley
2005-11-27 17:10                 ` Blaisorblade
2005-11-25 23:46           ` Chris Lightfoot
2005-11-26 10:03             ` Rob Landley
2005-11-26 10:15               ` Chris Lightfoot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.