linuxkit / lcow

Linux containers on Windows built with LinuxKit
Apache License 2.0
224 stars 42 forks source link

Resource temporarily unavailable - Taskmax issue? #55

Open surgicalcoder opened 4 years ago

surgicalcoder commented 4 years ago

Running a linux container on Server 2019, that uses vips, I'm getting an error of:

glib: Error creating thread: Resource temporarily unavailable

After a while, it seems to be after about 500 threads are created,

After gooling around, it suggests to set TaskMax to infinity, but not sure where to do that.

Any ideas?