Skip to content

Commit

Permalink
Increase ulimit in current shell execution for qed start command
Browse files Browse the repository at this point in the history
  • Loading branch information
iknite committed Mar 1, 2019
1 parent 5990a25 commit 5f8b9bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/aws/provision/templates/qed-start.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#}
#!/bin/bash

ulimit -n 819200

export QED_HOME=/var/qed
{% if 'role_qed' in group_names %}
nohup $QED_HOME/qed start >> $QED_HOME/qed.log 2>&1 &
Expand Down

0 comments on commit 5f8b9bd

Please sign in to comment.