ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add 
tutorial tests to the CI
URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182783772
 
 

 ##########
 File path: ci/build.py
 ##########
 @@ -157,6 +163,11 @@ def script_name() -> str:
                         help="Use nvidia docker",
                         action='store_true')
 
+    parser.add_argument("--shm-size",
+                        help="Size of the shared memory allocated for the 
container (e.g '1g')",
 
 Review comment:
   That's the size of the /dev/shm inside the container, which is used for 
interprocess communication for `DataLoader`s. By default it was only 50m, which 
causes hang ups when used for real-world example like in the tutorials, with 32 
workers. https://docs.docker.com/engine/reference/commandline/run/
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to