diff Resources/Configuration.json @ 3181:6fd38327e777

Fix issue #130 (Orthanc failed to start when /tmp partition was full)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 Jan 2019 15:33:27 +0100
parents 07a2f637b76d
children 98187ab5a4c9
line wrap: on
line diff
--- a/Resources/Configuration.json	Wed Jan 30 17:50:51 2019 +0100
+++ b/Resources/Configuration.json	Thu Jan 31 15:33:27 2019 +0100
@@ -17,6 +17,16 @@
   // a RAM-drive or a SSD device for performance reasons.
   "IndexDirectory" : "OrthancStorage",
 
+  // Path to the directory where Orthanc stores its large temporary
+  // files. The corresponding filesystem must be properly sized, given
+  // that for instance a ZIP archive of DICOM images created by a job
+  // can weight several GBs, and that there might be up to
+  // "JobsHistorySize" archives to be stored simultaneously. If not
+  // set, Orthanc will use the default temporary folder of the
+  // operating system (such as "/tmp/" on UNIX-like systems, or
+  // "C:/Temp" on Microsoft Windows).
+  // "TemporaryDirectory" : "/tmp/Orthanc/",
+
   // Enable the transparent compression of the DICOM instances
   "StorageCompression" : false,