Wondering: would it make sense for savecore to run asynchronously,
rather than waiting for it to complete before continuing with the rest
of system startup?
does this work for you:
echo "savecore_flags='&'" >> /etc/rc.conf
?
traditionally savecore runs early before swapping start
On Mon, 11 Jan 2010, Edgar Fu? wrote:
BTW, I have a machine with 6GB, and although it does take a long
time to dump, it is well under 20 minutes. (Of course, then
savecore runs at reboot and makes another copy of those 6GB...).
What type of device are you dumping on, then.
My 8GB machine..
> BTW, I have a machine with 6GB, and although it does take a long
> time to dump, it is well under 20 minutes. (Of course, then
> savecore runs at reboot and makes another copy of those 6GB...).
What type of device are you dumping on, then.
The savecore during boot isn't a problem. fsck and quota
> Wondering: would it make sense for savecore to run asynchronously,
> rather than waiting for it to complete before continuing with the
> rest of system startup?
It risks something swapping over the data before savevcore gets it.
However, if we can come up with a way to reliably notice if that
h
On Mon, Jan 11, 2010 at 07:39:15AM -0800, Paul Goyette wrote:
> Wondering: would it make sense for savecore to run asynchronously,
> rather than waiting for it to complete before continuing with the rest
> of system startup?
Only for a dedicated dump device that is not also used for swap. You
ri
On Mon, 11 Jan 2010, Hubert Feyrer wrote:
On Mon, 11 Jan 2010, Edgar Fu? wrote:
What's the fastest type of device NetBSD can dump to?
On sd, it dumps about 3MB/s, making 4GB take ~20 minutes.
Some sort of flash device would be nice.
Probably not really answering the question, but:
NetBSD 5.0/
On Mon, 11 Jan 2010, Edgar Fuß wrote:
What's the fastest type of device NetBSD can dump to?
On sd, it dumps about 3MB/s, making 4GB take ~20 minutes.
Some sort of flash device would be nice.
Probably not really answering the question, but:
NetBSD 5.0/i386's release announcement mentions sparse
What's the fastest type of device NetBSD can dump to?
On sd, it dumps about 3MB/s, making 4GB take ~20 minutes.
Some sort of flash device would be nice.