Skip to content
Snippets Groups Projects
Unverified Commit b49110b1 authored by Antoine R. Dumont (@ardumont)'s avatar Antoine R. Dumont (@ardumont)
Browse files

docker/README: Explicit the ulimit usage

Without this, the migration spends too much time closing unneedingly file descriptors.

Related to T4064
parent 2ca08c19
No related branches found
No related tags found
1 merge request!1Install Dockerfile to allow containerized script execution and other improvments
...@@ -16,6 +16,7 @@ $ docker run \ ...@@ -16,6 +16,7 @@ $ docker run \
-v /srv/phabricator:/srv/phabricator \ -v /srv/phabricator:/srv/phabricator \
-v ~/.kube:/srv/forgerie/.kube \ -v ~/.kube:/srv/forgerie/.kube \
-v /var/tmp/migrate-gitlab/forgerie:/tmp/forgerie \ -v /var/tmp/migrate-gitlab/forgerie:/tmp/forgerie \
--ulimit nofile=1024 \
--name forgerie --net=host -it forgerie --name forgerie --net=host -it forgerie
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment