Hello everyone!
I'm importing a large amounts of DICOM images (500GB) into dedicated Testing Orthanc server with Postgres indexing.
I'm using python script found in your documentation.
Orthanc is contaneraized with Docker (osimis/orthanc:20.9.5 image).
What I'm noting is that used RAM is increasing, so this is a problem especially for large ingest of data.
After 45min of script running and tens of GB sent, this is the situation:
NAME | CPU | MEM | PIDS
orthanc-service 27.39% 5.147GiB / 31.37GiB 16.41% 64
orthanc-db 0.03% 5.59MiB / 31.37GiB 0.02% 8
Any solutions?
Thank you
Jacopo