Closed mitchhanks closed 8 years ago
Can you please report the full error log
See docker logs command to know how to get the full container log
I also noticed that you removed
connection-options:
before the entries MAX_HEADER_SIZE, MAX_ENTITY_SIZE, etc
in this way you get a yaml parsing exception
direct-buffers: true
connection-options:
MAX_HEADER_SIZE: 1048576
MAX_ENTITY_SIZE: -1
MULTIPART_MAX_ENTITY_SIZE: -1
IDLE_TIMEOUT: -1
REQUEST_PARSE_TIMEOUT: -1
...
Thank you for the reply!
Can you please report the full error log
See docker logs command to know how to get the full container log
I have looked at that page and it seems that you need to specify a container to receive the error logs.
I also noticed that you removed connection-options: before the entries MAX_HEADER_SIZE, MAX_ENTITY_SIZE, etc
in this way you get a yaml parsing exception
That was my mistake, with editing the comments out of the file as to make it more readable, that connection options: is actually there I just accidentally removed it on this post. I will edit the post.
Hi,
I'm having an issue with setting up/updating my restheart/mongodb container to take the changes that I have made to the restheart.yml file (changing requests-limit from 1000 for more data)
My current set up is:
The command and error that I am getting is:
Config file is:
Any help would be much appreciated, thanks.