changeset 55:de283c29c92f

not enough memory
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Nov 2016 15:00:35 +0100
parents bd0fbf1f0143
children 24eb034d0322
files Sphinx/source/faq/troubleshooting.rst
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq/troubleshooting.rst	Tue Nov 08 14:51:11 2016 +0100
+++ b/Sphinx/source/faq/troubleshooting.rst	Tue Nov 08 15:00:35 2016 +0100
@@ -94,3 +94,13 @@
   Your directory name is either too long, or it contains special
   characters. Please try and run Orthanc in a folder with a simple
   name such as ``C:\Orthanc``.
+
+* If **Orthanc crashes when handling one large DICOM file**, this most
+  probably indicates a memory allocation error. Indeed, the `official
+  Windows binaries
+  <http://www.orthanc-server.com/download-windows.php>`__ are compiled
+  using a 32bit compiler. As a consequence, Orthanc only has access to
+  less than 4GB of RAM. If this is an important limitation for you,
+  precompiled command-line versions of Orthanc for Windows 64bit are
+  available courtesy of `Osimis
+  <http://www.osimis.io/en/download.html>`__.