On Thu, Jun 12, 2008 at 3:23 AM, OCG Technical Support <[EMAIL PROTECTED]> wrote: > I'm looking at building up a standard asterisk system fanless/no moving > parts. I found a cheap solid state disk (Transcend TS32GSSD25S-M), but it > is SLOW...25mb/sec read 8mb/sec write. >
I'm developing an asterisk based PBX on a TRASCEND DOM (ssd). At boot all seems slow, but since Linux kernels use higly buffered read/write operations, i will not have problems at all. But, consider to: 1. Use many many RAM. Astersik use few RAM but huge RAM is needed for disk buffers. 2. Screw the system and avoid all unnecessary writes on disk: logs, db, recordings, etc. 3. Do NOT use a journaled filesystem: i use ext2 3. Avoid swap (see 1) Bye. PicoStreamer - the real WEB live streaming software vinz486.com _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
