-
Notifications
You must be signed in to change notification settings - Fork 133
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
CT scan indexing cause OOM #707
Comments
using openJDK 11 64bit.. |
and Dicoogle spike the CPU 100% at that time.. i need to manually restart the process.. |
An error on /searchDIM suggests that the problem is with the querying rather than the indexing. It may help us understand the situation if you provide the following details:
|
/searchDIM is because my user is searching result and the server hang ( no result ).. so the log is just coincident to be there the ctscan sending 1600 images in total now im trying to set -Xmx4g in the DicoogleServer.sh file to test |
2024-12-03 15:10:55 | WARN [qtp788316339-2235] (ServletHandler.java:540) - Error for /searchDIM
java.lang.OutOfMemoryError: Java heap space
this always happen when recieving CT scan images ( many images )
but when using htop to monitor, server still got headrooms
( 4Gb use out of 8gb RAM and 400mb of 2GB swap use )
i notice this will happened when approacing 3GB memory usage for dicoogle..
is this the classic 32bit OOM?
The text was updated successfully, but these errors were encountered: