diff --git a/docs.it4i/dgx2/job_execution.md b/docs.it4i/dgx2/job_execution.md
index 56a8e51ae9a07cb496ab95700488011cc60d6780..9b8a865c91feadf3831d47d58f4352733cdbeb07 100644
--- a/docs.it4i/dgx2/job_execution.md
+++ b/docs.it4i/dgx2/job_execution.md
@@ -17,6 +17,9 @@ The resources are allocated to the job in a fair-share fashion, subject to const
 !!! note
     Job maximum walltime is **2** hours.
 
+!!! note
+    The qdgx queue is configured to run one job and accept one job in a queue per user.
+
 ## Job Submission and Execution
 
 The `qsub` submits the job into the queue. The command creates a request to the PBS Job manager for allocation of specified resources. The resources will be allocated when available, subject to allocation policies and constraints. After the resources are allocated the jobscript or interactive shell is executed on the allocated node.