Comment 9 for bug 1332440

Revision history for this message
Jason (jasoncwatt) wrote :

I can also confirm this running docker with the library/ubuntu:14.04 image on a virtualbox host running ubuntu 14.04

running apt-get update times out or takes an extremely long time.

Host Virtualbox:

$ ulimit -n
1024

docker container:

root@1518e024f53a:/# ulimit -n
524288

root@1518e024f53a:/# time apt-get update

real 0m47.489s
user 0m24.408s
sys 0m21.516s

root@1518e024f53a:/# ulimit -n 100000
root@1518e024f53a:/# time apt-get update

real 0m11.165s
user 0m6.598s
sys 0m4.359s

root@1518e024f53a:/# ulimit -n 1024
root@1518e024f53a:/# time apt-get update

real 0m3.109s
user 0m2.543s
sys 0m0.374s