heap space set to 4g

This commit is contained in:
Enrico Ottonello 2021-12-10 11:30:14 +01:00
parent 0029b3de33
commit b0f113c25a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</property>
<property>
<name>scraping_java_opts</name>
<value>-Xmx8g -Dwebdriver.chrome.whitelistedIps=</value>
<value>-Xmx4g -Dwebdriver.chrome.whitelistedIps=</value>
<description>Used to configure the heap size for the map JVM process. Should be 80% of mapreduce.map.memory.mb.</description>
</property>
</parameters>