Answer the question
In order to leave comments, you need to log in
Is there a memory limit in a Docker container?
Hello, please help me figure it out!
I deployed an http web server in the Docker container, which, on request, downloads csv files from a remote SFTP server to the local system of the container itself. The microservice downloads 12 files and stops downloading anything. Tried to randomly download different files. The effect is the same. Random 12 files are downloaded and something stops downloading. It seems that the container itself has a memory limit, since the project works locally.
I tried to go inside the container and clean it. More precisely, the folder where he stored csv files. It didn't solve the problem.
The command docker stats [container]
outputs the following information:
CONTAINER CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
container 0.00% 59.21 MiB / 755.3 GiB 0.01% 23.1 MB / 22.8 MB 0 B / 32.2 MB 11
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question