cartographer-project/point_cloud_viewer

Octree generation can complain about too many open files

SirVer opened this issue · 1 comments

This seems rare, only happened once so far. This fixed it: ulimit -S -n 2048.

Let's either figure out how to work around this or add this command and its implications to the README.

I saw this on Linux today too.