[
https://issues.apache.org/jira/browse/MESOS-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14173810#comment-14173810
]
Cody Koeninger commented on MESOS-123:
--------------------------------------
In the meantime, can we at least modify these scripts such that they won't
_decrease_ ulimit for people that already have limits.conf configured
correctly? e.g.
NEW_ULIMIT=8192
if [ $NEW_ULIMIT -gt `ulimit -n` ]; then
ulimit -n $NEW_ULIMIT
fi
I'm happy to submit a patch to do this in all of the deploy scripts, if it's
likely to be accepted. We wasted quite a bit of time tracking this issue down
in a spark cluster, would rather others not have to go through the same thing.
> Revisit the deploy scripts in src/deploy and update/improve them as necessary
> to make it very easy to start a new cluster
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: MESOS-123
> URL: https://issues.apache.org/jira/browse/MESOS-123
> Project: Mesos
> Issue Type: Improvement
> Reporter: Benjamin Hindman
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)