Commit eb877b01 by WangJinfeng

update RTDmpFetch poolSize = 50

parent 02a43e98
......@@ -11,7 +11,7 @@ if [[ ! -d "/home/hadoop/wangjf/RTDmp/data" ]]; then
mkdir -p /home/hadoop/wangjf/RTDmp/data
fi
java -Xmx4096m -cp ../${JAR} mobvista.dmp.datasource.rtdmp.RTDmpFetch "${start_time}" "${end_time}"
java -Xmx6144m -cp ../${JAR} mobvista.dmp.datasource.rtdmp.RTDmpFetch "${start_time}" "${end_time}"
if [[ $? -ne 0 ]]; then
exit 255
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment