On Jun 21, 2004 at 19:47, Atle Samuelsen clona@cyberhouse.no wrote:
Some more update.. got the same problem today.. and when it happend, ser blocked. and I got ALOT of these error messages. Anybody know why ?
Ser runs out of "local" memory. The localtions are first loaded in local (per process memory) and copied and inserted in the usrloc shared memory list. (probably you have a lot of entries)
By default ser uses maximum 1Mb of local memory/process. Try to increases it to a bigger value. Change PKG_MEM_POOL_SIZE in config.h and recompile.
Andrei