[bitbake-devel] [PATCH] bitbake: Add pyinotify to lib/

Richard Purdie richard.purdie at linuxfoundation.org
Tue Jan 20 08:55:47 UTC 2015


On Tue, 2015-01-20 at 10:25 +0800, Robert Yang wrote:
> Hello RP,
> 
> I've got several errors like the following when the system's load is high,
> not sure whether related to pyinotify.
> 
> for example, when do_configure:
> sh: 0: Cannot fork
> 
> when do_package or others:
> Exception: OSError: [Errno 11] Resource temporarily unavailable

We've seen this on the autobuilders too. I don't think this should be
from the pyinotify changes since the worker process is spawned
separately and shouldn't hold watches. Its more likely with the kernel
changes, we created more contention with the performance improvements
and pushed things "over the edge" to the point where configurations
which used to work, are now too contented.

Can we install monitoring on these systems and figure out which
resources are unavailable?

Cheers,

Richard




More information about the bitbake-devel mailing list