On Mar 26, 2004 at 08:35, Martin Coggin martin@mc2-consulting.co.uk wrote:
I have a Debian Linux system running woody. Installing SER using dpkg -i ser_0.8.12_i386.deb. Package appears to have unpacked ok. The auto restart failed and I got the following message. Couldn't find anything in the manuals for this. Do I have too little memory in my machine. Currently I have 32 M of memory and using an old Pentium machine.
By default ser will try to allocate 32Mb of memory to use as shared memory and another 1Mb per process (as "local" memory). Try starting it with -m shared_mem_size_in_mb. E.g.: ser -m 16 (or add -m 16 to your /etc/init.d script).
Andrei