Skip to content

Commit

Permalink
OS X cannot modify ulimit: Operation not permitted
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Nov 17, 2017
1 parent 175656a commit 2d8c5dc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions install-CGAT-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,6 @@ conda clean --packages -y
# proceed with conda installation
conda_install() {

# https://github.com/travis-ci/travis-ci/issues/4192
echo " ulimits before: "
ulimit -a
echo

echo " ullimits after: "
ulimit -s 1082768
ulimit -a
echo

log "installing conda"

detect_cgat_installation
Expand Down

0 comments on commit 2d8c5dc

Please sign in to comment.