You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line where we are generating FhirPathEngine creates a new instance of DefaultProfileValidationSupport which occupies more than 17MB. If this is init into app anywhere again it keep multiplying and causes a performance lag. The method getValidation context into FhirContext does it automatically hence this should use validationSupport from FhirContext.
Impact on app.
Around 500MB performance impact was noticed in profiling with doing this.
Before
After
Would you like to work on the issue?
yes
The text was updated successfully, but these errors were encountered:
Describe the Issue
The line where we are generating FhirPathEngine creates a new instance of DefaultProfileValidationSupport which occupies more than 17MB. If this is init into app anywhere again it keep multiplying and causes a performance lag. The method getValidation context into FhirContext does it automatically hence this should use validationSupport from FhirContext.
Impact on app.
Around 500MB performance impact was noticed in profiling with doing this.
Before
After
Would you like to work on the issue?
yes
The text was updated successfully, but these errors were encountered: