We also had a memory problem with ADSM client Version 3.1.0.8 on a
DEC TruUnix64 machine with 1GB
memory.
It was usually producing a lot of errors and died frequently
with a core dump and the message 'ANS1030E System ran out of memory.
Process ended.'
Option MEMORYEFficientbackup did not help
But now we found a simple solution.
We increased the memory limits for the dsmc process.
Instead of running 'dsmc sched' directly we are now running this
script, which sets the limits:
#!/bin/sh
ulimit -d 1015656
ulimit -m 1015656
ulimit -s 4096
/usr/opt/adsm/dsmc sched
--
Karl Roessmann Tel. +49-711-689-1657
Max-Planck-Institut FKF Fax. +49-711-689-1632
Postfach 800 665
70506 Stuttgart email [EMAIL PROTECTED]