Closed dreamsbond closed 7 years ago
I sometimes also got such message. It means that number of open files exceeds OS limit which is on my machine is rather low (1024). In this case I just double it with $ ulimit -n 2048
which is also rather a low limit but enough for me.
@neomerx yea. the 1024 was still low. 2048 works for me
Hi,
I had update limoncello-php/app via composer. after completing update, i found there was an issue running composer test with:
not sure should i ignore such warning..