Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2006 23:35:20 -0500
From:      Yoshihiro Ota <ota@j.email.ne.jp>
To:        Alex Povolotsky <tarkhil@webmail.sub.ru>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: out of memory in restore?
Message-ID:  <20061024233520.528b9f9d.ota@j.email.ne.jp>
In-Reply-To: <453DADC1.9090201@webmail.sub.ru>
References:  <453DADC1.9090201@webmail.sub.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
I think you have to extend your user space memory by adding the
following to /boot/loader.conf.  If 5.4-RELEASE doesn't support
these options, adjust your kernel.

kern.maxdsiz="2048m"
kern.maxssiz="1024m"

Hiro

On Tue, 24 Oct 2006 10:08:01 +0400
Alex Povolotsky <tarkhil@webmail.sub.ru> wrote:

> Hello!
> 
> I've tried an interactive restore from a dump, and glob fails, so 
> restore fails with "out of memory". Is my dump useless now?
> 
> (dumped and tried to restore under 5.4-RELEASE)
> 
> Alex.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061024233520.528b9f9d.ota>