Skip to content

Instantly share code, notes, and snippets.

@larsyencken
Created August 27, 2013 06:32
Show Gist options
  • Save larsyencken/6350277 to your computer and use it in GitHub Desktop.
Save larsyencken/6350277 to your computer and use it in GitHub Desktop.
diff --git a/old.xml b/new.xml
index 5166764..8a63a78 100644
--- a/old.xml
+++ b/new.xml
@@ -16,4 +16,6 @@
<property><name>dfs.datanode.address</name><value>0.0.0.0:9200</value></property>
<property><name>dfs.name.dir</name><value>/mnt/var/lib/hadoop/dfs-name,/mnt1/var/lib/hadoop/dfs-name</value></property>
<property><name>dfs.datanode.ipc.address</name><value>0.0.0.0:9201</value></property>
+ <property><name>mapred.child.java.opts</name><value>-Xmx2048m</value></property>
+ <property><name>mapred.child.ulimit</name><value>5000000</value></property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment