-
Notifications
You must be signed in to change notification settings - Fork 5
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
Database of Patient information is empty #69
Comments
which Java Version? |
Java SE 23.0.1 (latest release) |
Did you try to increase the Heap size?
|
Yes, increased Heap size to 8048 MB, which works for Fachinfo, but not for Patientinfo. I don’t get an out of memory error, the program finishes successfully and creates an empty database.I run it in the same directory where I already have the output for Fachinfo, could this be the problem?Am 18.12.2024 um 03:02 schrieb Zeno R.R. Davatz ***@***.***>:
Did you try to increase the Heap size?
-Xmx8048m
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
What is the Full command you are using? |
java -jar -Xmx8048m aips2sqlite.jar --lang=de --pinfo --verbose --reports |
Yes, correct, I can confirm this. Will look into this. |
Looks like this feature is not yet supported. Do you want us to support this feature? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to generate a database for the patient information with java -jar aips2sqlite.jar --pinfo --lang=de --verbose --reports, the generated database is empty, despite showing that 4499 PI were processed and the report file containing all the prearations.
The text was updated successfully, but these errors were encountered: