Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This can be done by the following procedure.

  1. Go to the server where the Archive is installed (eg with Remote Desktop)
  2. Stop the Archive service: wait for it to be fully stopped
  3. Go to the threddsConfig.xml file (folder content\thredds\) and change the following content


Code Block
languagexml
  <NetcdfFileCache>
    <minFiles>0</minFiles>
    <maxFiles>100</maxFiles>
    <scour>10 min</scour>
  </NetcdfFileCache>

...

Code Block
<RandomAccessFile>
  <maxFiles>0</maxFiles>
</RandomAccessFile>
  <NetcdfFileCache>
    <minFiles>0</minFiles>
    <maxFiles>0</maxFiles>
    <scour>0 min</scour>
  </NetcdfFileCache>

4. restart the Archive service.