-
Notifications
You must be signed in to change notification settings - Fork 249
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
ws.schild.jave.EncoderException: Exit code of ffmpeg encoding run is 137(Docker:linux) #234
Comments
https://stackoverflow.com/questions/19548027/ffmpeg-closes-with-return-code-137 Not enough memory or some other limits set? |
Memory analysis: Test environment with 2GB of memory, upload video size of 25M, and use about 10M for compression. The memory is enough Is the limits? Which value should be modified? open file=1048576
|
137 How to make an error in the end is decided? |
How to make an error in the end is decided? |
The exit code 137 is returned by the underlying operating system, and there is nothing I can do from java to catch this. When you say that the OS (Docker) has 2GB of ram, then this is not the free ram, but overall ram of this instance. Have you tried doubling ram? |
The Win10 environment is running normally;
Docker environment running Exception;
Docker OS:
Linux x86_64 x86_64 GNU/Linux
Linux version 4.14.105-19-0008 (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC))
How to solve ?
log:
The text was updated successfully, but these errors were encountered: