Re: Why is the process gets killed because "a thread waited too long to allocate a page"?
- In reply to: Yuri : "Why is the process gets killed because "a thread waited too long to allocate a page"?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Oct 2024 17:53:29 UTC
El mié, 9 oct 2024, 18:36, Yuri <yuri@freebsd.org> escribió: > Hi, > > > When I tried to build lang/rust in the 14i386 poudriere VM the compiler > got killed with this message in the kernel log: > > > > Oct 9 05:21:11 yv kernel: pid 35188 (rustc), jid 1129, uid 65534, > was killed: a thread waited too long to allocate a page > > > > The same system has no problem building lang/rust in the 14amd64 VM. > > > What does it mean "waited too long"? Why is the process killed when > something is slow? > Shouldn't it just wait instead? > Did you run out of memory? It tends to happen with rust especially depending on how many things you put in TMPFS in poudrière. > > > Thank you, > > Yuri > > > >