docker icon indicating copy to clipboard operation
docker copied to clipboard

Limit Problems with Docker on V-Server

Open CorvusGei opened this issue 2 years ago • 1 comments

Hello, i tried to deploy BBB with your manual here in Docker on a Linux V-Server with Ubuntu 22.04.2 LTS, Ubuntu Pro and Plesk Obsidian with 6 AMD Epyc 7452-Cores, 16 GB RAM and 500 GB SSD. Everytime I try to start the containers with docker compose up -d, I get one of the following errors (short version):

  • failed to register layer: Error processing tar file(exit status 11: unpigz: resource unavailable (pigz.c:3393:create) unpigz: abort: internal threads error
  • failed to register layer: Error processing tar file(exit status 2): runtime/cgo: pthread_create failed: Resource temporarily unavailable SIGABRT: abort

Some further Information to my settings:

  • ulimit is unlimited
  • DefaultTasksMax=infinity
  • DefaultTasksMax set to 10000 in system.conf
  • cat /proc/user_beancounters shows: numproc 653 653 700 700 0

Are there any suggestions to resolve this problem?

CorvusGei avatar May 01 '23 20:05 CorvusGei

Looks like your distro misses a package. Try:

   ` sudo apt install pigz`

rasos avatar Dec 15 '23 17:12 rasos