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

Memory issue with local terminology service #212

Open
YemreGurses opened this issue Aug 12, 2024 · 0 comments
Open

Memory issue with local terminology service #212

YemreGurses opened this issue Aug 12, 2024 · 0 comments

Comments

@YemreGurses
Copy link
Collaborator

Test setup:

Using DT4H common-data-model and data-ingestion-suite, we are facing some memory issue (java heap space error) during execution of the jobs that using local terminology service. As an example, NYHA mapping in Gem project can be tested. NYHA are joined with encounters in the mapping and the row numbers in the data source are as follows:
NYHA: 9245 records
Encounter: 249828 records.

If the local terminology service is registered in the job it is running in, we experience a memory problem. Interestingly, when we remove the local terminology service from the same job, we do not receive a memory error.
As a note, terminology service is not even actively used in NYHA mapping, meaning that there is no terminology function used such as translateToCoding etc.

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

1 participant