diff --git a/conf/yarn-site.xml.template b/conf/yarn-site.xml.template
index 37f6325..7c8eba1 100644
--- a/conf/yarn-site.xml.template
+++ b/conf/yarn-site.xml.template
@@ -66,5 +66,9 @@
yarn.nodemanager.pmem-check-enabled
false
-
+
+ yarn.nodemanager.vmem-pmem-ratio
+ 4
+ Ratio between virtual memory to physical memory when setting memory limits for containers
+