increased the jvm ram

This commit is contained in:
Antonis Lempesis 2024-04-23 16:03:16 +03:00
parent b52a5a753b
commit d2649a1429
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
<name>oozie.launcher.mapred.job.queue.name</name>
<value>${oozieLauncherQueueName}</value>
</property>
<property>
<name>mapred.child.java.opts</name>
<value>-Xmx16g</value>
</property>
</configuration>
</global>