Child pages
  • Increasing maximum memory allotment
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 3 Next »

The OnePacs Study Retriever has configurable memory settings for the maximum amount of memory that the embedded java executable may consume.  In situations where multiple concurrent downloads of large instances are required, it may be necessary to increase the maximum memory setting for the Study Retriever.  Conversely, on systems with very limited memory, it may be desireable to limit the maximum amount of system memory used by the Study Retriever.  The default memory settings varies based on the version installed. 

Max Memory Settings (-Xmx)

SR VersionDefaultMinimumMaximum
6.0.0 and older512 MB256 MB1200 MB
6.0.1 and later1024 MB256 MB1200 MB

 

To modify the Study Retriever's memory settings perform the following steps.

 

  1. With a text editor, edit the file called java.properties located in C:\onepacs\poller\conf
  2. Modify the value beginning with "-Xmx" to the desired value.  For example, to change from 512 MB to 1000 MB, you would delete the "512" value and replace with "1000"
  3. Save the changes.
  4. Restart the OnePacs Study Retriever by double-clicking on the "Restart Study Retriever" desktop icon.

Modifying the value of Xms is not recommended or supported.  Please leave this value at it's default. 

  • No labels