In Linux BSP 4.0.0 on i.MX6Q, I am only able to run 11 instances of the simple-egl Wayland client under Weston. When I try to run the 12th, I get these messages:
simple-egl: simple-egl.c:132: init_egl: Assertion `display->egl.dpy' failed.
Aborted
[16:19:20.689] libwayland: disconnect from client 0x4be48
What the cause of this limitation? How can I increase the number of clients that I can run? I am seeing a similar limitation in my own compositor implementation.