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 `_!