commit fec18922149998007bb248a55deb101c4b808ae9 parent 793124d4b529c29b483338dc10b5cc3e05a1d0e8 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 20 May 2017 13:29:01 +0200 increase max core dump size Diffstat:
| M | bin/taler-deployment-start | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-deployment-start b/bin/taler-deployment-start @@ -4,7 +4,7 @@ base=$HOME export PATH="$base/deployment":$PATH -ulimit -c $((100 * 1024)) +ulimit -c $((1000 * 1024)) cd $HOME