N
N
nurzhannogerbek2019-02-15 10:50:52
Docker
nurzhannogerbek, 2019-02-15 10:50:52

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

What would you recommend to do to fix the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Shumov, 2019-02-15
@inoise

Go to the microservice logs and read them

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question