> I have a ramfs mounted as /tmp. When I create a large file:
> 
>     dd if=/dev/zero of=/tmp/xxx bs=1024K count=200
>     
> (with 128M RAM), the complete system comes to a halt. Hitting keys does not do 

RAMfs doesnt use swap. It also in 2.4.2 doesnt have limits. The -ac one uses
limits so will stop you totally running the box out of ram. 2.4ac also has
the true tmpfs with swap backing
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to