Re: NetBSD/vax 11.0RC1
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.vax |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 16, 2026 at 11:19:45AM -0500, Ken Wellsch wrote: > Maybe this is actually working correctly and I'm just not letting it > run (thrash) along long enough :) > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > 17661 root 26 0 274M 249M RUN 22:42 99.02% 99.02% cc1plus > 17661 root 26 0 274M 248M RUN 22:57 99.02% 99.02% cc1plus > 17661 root 25 0 282M 254M RUN 23:22 99.02% 99.02% cc1plus > 17661 root 79 0 284M 256M RUN 23:30 91.16% 91.16% cc1plus How did you start the build? There should not be any parallel compiler instances running unless you pass -j something to build.sh (and that would be a very bad idea on any memory limited machine). Martin