Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

413 Request Entity Too Large #3357

Open
pengxin233 opened this issue Nov 5, 2024 · 1 comment
Open

413 Request Entity Too Large #3357

pengxin233 opened this issue Nov 5, 2024 · 1 comment

Comments

@pengxin233
Copy link

📚 The doc issue

When making a request, sometimes 413 Request Entity Too Large is reported. Is there any configuration for torchserve that can increase the threshold of request size?

Suggest a potential alternative/fix

No response

@yuzhichang
Copy link

yuzhichang commented Jan 12, 2025

In config.properties, add following line to change body size of a single request to 30MB:

max_request_size=30000000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants