diff OrthancServer/Sources/OrthancInitialization.cpp @ 5432:59e3b6f8c5be

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 18:16:31 +0100
parents fddb5d8d0021
children 48b8dae6dc77
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancInitialization.cpp	Tue Nov 21 10:32:42 2023 +0100
+++ b/OrthancServer/Sources/OrthancInitialization.cpp	Tue Nov 21 18:16:31 2023 +0100
@@ -378,7 +378,7 @@
 
 #if HAVE_MALLOPT == 1
     // New in Orthanc 1.8.2
-    // https://book.orthanc-server.com/faq/scalability.html#controlling-memory-usage
+    // https://orthanc.uclouvain.be/book/faq/scalability.html#controlling-memory-usage
     unsigned int maxArena = lock.GetConfiguration().GetUnsignedIntegerParameter(MALLOC_ARENA_MAX, 5);
     if (maxArena != 0)
     {