wm: doc

Download patch

ref: 4a9785b2cc2cc02f0018edf719fdd6ad83fbdc83
parent: cd6631bc3feb5b8615dfddbb62ef87751bcf902c
author: mkf <mkf@cloud9p.org>
date: Tue Aug 20 04:13:30 EDT 2024

ramfs.ms: add -p, more formatting

--- a/ramfs.ms
+++ b/ramfs.ms
@@ -1,3 +1,17 @@
+.HTML Memory file system
+.TL
+Memory file system
+.NH
+General notes
+.LP
+While ramfs is pretty fast, it's not optimal since it's single threaded.
+By default it has a maximum size limit of 768MB, if you need more,
+pass
+.CW -p
+flag.
+It also can end up filling your memory very quickly. be careful.
+.NH
+using ramfs instead of /tmp by default
 .LP
 To use ramfs by default for /tmp, 
 replace these two lines in $home/lib/profile: