From 80cb439c103316ef002109cc85a937424fba6851 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 2 Sep 2022 10:39:13 -0400 Subject: [PATCH] Update faq.rst --- source/faq.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/source/faq.rst b/source/faq.rst index cb389333a..5f25c31db 100644 --- a/source/faq.rst +++ b/source/faq.rst @@ -11,6 +11,16 @@ Can I process two or more orthophoto GeoTIFFs to stitch them together? No. ODM is a photogrammetric pipeline and orthophotos do not have the necessary camera information since the images have already been orthorectified. You can use another program such as `Hugin `_ to do that. +The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal? +--------------------------------------------------------------------------- + +Yes. The software tries to use all available resources, when possible, but not always. It's normal to see 10-15% resource utilization at several points during processing. + +If I use the native version of the software, how can I allocate more resources for processing? +---------------------------------------------------------------------------------------------- + +No need; the native (non-docker) version of the software alredy uses all available resources. + ********* Licensing ********* @@ -47,4 +57,4 @@ Your computer is running out of memory, what can you do? -`Learn to edit `_ and help improve `this page `_! \ No newline at end of file +`Learn to edit `_ and help improve `this page `_!