ADSM-L

ADSM 3.1.2 with DEC UNIX runs out of memory, a solution

2000-08-25 08:52:09
Subject: ADSM 3.1.2 with DEC UNIX runs out of memory, a solution
From: Karl Roessmann <roess AT DVFKF.MPI-STUTTGART.MPG DOT DE>
Date: Fri, 25 Aug 2000 14:36:36 +0200
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
Karl Roessmann                          Tel. +49-711-689-1657
Max-Planck-Institut FKF                 Fax. +49-711-689-1632
Postfach 800 665
70506 Stuttgart                         email roess AT dvfkf.mpi-stuttgart.mpg 
DOT de
<Prev in Thread] Current Thread [Next in Thread>