Re: Panic, and problems with crash dump
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Jan 19, 2020 at 08:47:34PM +0000, John Klos wrote: > Swap is on a Samsung SSD on the internal LSI Fusion controller, which > normally writes at about 120 MB/sec. Any thoughts about why a crash dump is > writing at less than 1/3 a megabyte a second? It writes page by page, synchroneously waiting for the driver to report it is done. Martin