Child pages
  • Configuration of the store batch size
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The OnePacs Study Retriever will download DICOM instances into memory up to a configurable limit before the instances are stored to a DICOM destination.  By default, that limit is 8 individual instances or any single instance greater than 1 MB of size.  Thus, the maximum number of instances that the study retriever will store in a single DICOM association is 8, and may be less depending on the size of the instances.  On systems with a high-overhead for DICOM network communication, it may be desirable to increase the batch size to a larger value (e.g.  20 instances instead of 8). 

The following steps describe the process of modifying the storage batch size in the OnePacs Study Retriever in Windows:

  1. Stop the OnePacs Study Retriever by right-clicking on the taskbar icon and selecting "Exit"
  2. Open the file called poller.properties in C:\onepacs\poller\conf in a text editor.
  3. On a new line, add the following property. 

    storeBatchSize=20

    The example above may be modified to use any batch size; 20 is an example.

  4. Restart the OnePacs Study Retriever by double-clicking on the "Restart OnePacs Study Retriever" desktop icon.

For Mac OS X, the process is similar, however the poller.properties file is located in the user's home directory under <USERNAME>/onepacs/poller.conf .

Please note that this may increase the overall memory usage of the Study Retriever. You may wish to increase the maximum memory settings to accommodate a larger batch size.

 

 

  • No labels