From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <82c890d00712150159kd57b31es2693b10af9272e4f@mail.gmail.com> Date: Sat, 15 Dec 2007 10:59:44 +0100 From: "Gabriel Diaz" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] imap4d and upas/fs Topicbox-Message-UUID: 19c86be0-ead3-11e9-9d60-3106f5b1d025 Hello is there any way of serving imaps without running upas/fs for each mail box accessed on the server? i'm running out of memory. I saw that upas/fs is called from auth.c of imap4d with -np so, i suppose it ill not use much memory (if i call it by hand it eats 268K), but when imap4d execs it, i can't see any command line options for fs with ps -a, but i can see high memory usage (depending on the box i open). is upas/fs executed from other places i don't see? is anyone seeing this or i missconfigured something? thanks gabi