Skip to content

Issue - Unable to start command server. #87

Answered by eyalco
pavandonthireddy asked this question in Q&A
Discussion options

You must be logged in to vote

Well I searched around and found a solution. The problem is not the total memory of the docker but the file descriptor allocation which can be set by adding the following paramters in the docker-compose service:
ulimits:
nofile:
soft: 65536
hard: 65536
for example. this solved the issue for me

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@eyalco
Comment options

@gnzsnz
Comment options

@eyalco
Comment options

Answer selected by gnzsnz
@eyalco
Comment options

@gnzsnz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants