Slow loading of nodes in docker
It is very slow loading a node and nodelets inside a docker.
Loading outside the docker I get:
real 0m8,070s
user 0m29,146s
sys 0m3,882s
Inside the docker:
real 0m53.304s
user 0m56.128s
sys 0m48.309s
I load approximately 75 nodes and nodelets. Is anybody else seeing this? Is the file system still traversed for each node to load?
I want to distribute a docker image and let the user start the system in different ways. And they might start 3 "robots" so the time might be 3 minutes. That is not so good so I really would like to solve this issue.
/Tommy Persson