On 02/26/2014 11:17 AM, Michael Stauffer wrote:
Thanks! That's very good to know.
As far as aborting the current amdump, do I just SIGINT it and then
run amcleanup?
use 'amcleanup -k CONF', it should kill all processes on the amanda
server. Some process on the amanda client might not be killed.
Jean-Louis
-M
On Wed, Feb 26, 2014 at 7:22 AM, Jean-Louis Martineau
<[email protected] <mailto:[email protected]>> wrote:
On 02/25/2014 04:24 PM, Michael Stauffer wrote:
Amanda 3.3.4
Hi,
If amanda is using memory cache for splits, is the cache
shared between simultaneous amdump runs, or does each try to
grab that much memory?
I'm setup like this:
part_cache_type memory
part_cache_max_size 20G
and with
taper-parallel-write 2
and
inparallel 10
Thanks
-M
Each taper-parallel-write allocate part_cache_max_size of memory.
Jean-Louis