comparison 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
comparison
equal deleted inserted replaced
3180:07a2f637b76d 3181:6fd38327e777
14 14
15 // Path to the directory that holds the SQLite index (if unset, the 15 // Path to the directory that holds the SQLite index (if unset, the
16 // value of StorageDirectory is used). This index could be stored on 16 // value of StorageDirectory is used). This index could be stored on
17 // a RAM-drive or a SSD device for performance reasons. 17 // a RAM-drive or a SSD device for performance reasons.
18 "IndexDirectory" : "OrthancStorage", 18 "IndexDirectory" : "OrthancStorage",
19
20 // Path to the directory where Orthanc stores its large temporary
21 // files. The corresponding filesystem must be properly sized, given
22 // that for instance a ZIP archive of DICOM images created by a job
23 // can weight several GBs, and that there might be up to
24 // "JobsHistorySize" archives to be stored simultaneously. If not
25 // set, Orthanc will use the default temporary folder of the
26 // operating system (such as "/tmp/" on UNIX-like systems, or
27 // "C:/Temp" on Microsoft Windows).
28 // "TemporaryDirectory" : "/tmp/Orthanc/",
19 29
20 // Enable the transparent compression of the DICOM instances 30 // Enable the transparent compression of the DICOM instances
21 "StorageCompression" : false, 31 "StorageCompression" : false,
22 32
23 // Maximum size of the storage in MB (a value of "0" indicates no 33 // Maximum size of the storage in MB (a value of "0" indicates no