Resteasy has local cache space issues for sending large files #3261
Answered
by
liweinan
CongminYang
asked this question in
Q&A
-
When using Resteasy to send large files, such as hundreds of gigabytes, the local space is insufficient. How to solve the problem of sending large files? |
Beta Was this translation helpful? Give feedback.
Answered by
liweinan
Sep 15, 2022
Replies: 1 comment
-
@CongminYang I assume you are using RESTEasy Client to send large files. Have you tried with the chunked mode: In above document it says:
Maybe this is useful to you. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CongminYang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@CongminYang I assume you are using RESTEasy Client to send large files. Have you tried with the chunked mode:
In above document it says:
Maybe this is useful to you.