Add second work package for REST API implementation
[anna.git] / example / diameter / launcher / deployments / adml / start.sh
index b8f2e9f..b53a90e 100755 (executable)
@@ -16,6 +16,7 @@ mkdir -p counters test-reports
 rm -f counters/* test-reports/* *.csv
 export LD_LIBRARY_PATH=$PWD/dynlibs
 args=$(eval echo $(grep -v ^# $ARGS))
+#ulimit -c unlimited
 ./ADML ${args} &
 echo $! > .pid
 echo "Done !"