Lightning-Universe/Pose-app

default shared memory too low

Closed this issue · 0 comments

workaround is to set training.num_workers=2

tried below and shm_size=512 causes the work to fail without any error messages.

        self.my_work = LitBashWork(
          cloud_compute=L.CloudCompute("gpu", shm_size=512), 
          cloud_build_config=FiftyOneBuildConfig(),
          )