Replies: 1 comment 4 replies
-
@wesleynf Hi, you need to rebuild images with |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I need to upload large images ( about 2GB ) to new project, I've changed the parameter limit-request-body on file supervisord.conf after that I stopped and start CVAT using docker-compose command.
My problem is that the new value isn't load, the CVAT server is using the original parameter, What should I do ?
Show config file bellow:
command=%(ENV_HOME)s/wait-for-it.sh %(ENV_CVAT_POSTGRES_HOST)s:5432 -t 0 -- bash -ic
"rm -f /tmp/cvat-server/httpd.pid && python3 ~/manage.py migrate &&
python3 ~/manage.py collectstatic --no-input &&
exec python3 $HOME/manage.py runmodwsgi --log-to-terminal --port 8080
--limit-request-body 107374182400 --include-file ~/mod_wsgi.conf
%(ENV_DJANGO_MODWSGI_EXTRA_ARGS)s --locale %(ENV_LC_ALL)s
--server-root /tmp/cvat-server"
Show logs bellow:
2021-02-10 14:39:42,633 DEBG 'runserver' stderr output:
[Wed Feb 10 14:39:42.633349 2021] [http:info] [pid 306:tid 139878098269952] [client 172.28.0.6:33288] AH01588: Requested content-length of 1586950677 is larger than the configured limit of 1073741824, referer: http://localhost:8080/tasks/create?projectId=2
Beta Was this translation helpful? Give feedback.
All reactions