GitHub user makuk66 opened a pull request:

    https://github.com/apache/lucene-solr/pull/352

    deal with ulimit being unlimited

    I noticed:
    ```
    solr@fd8031538f4b:/opt/solr$  ulimit -u
    unlimited
    
    solr@fd8031538f4b:/opt/solr$  bin/solr
    /opt/solr/bin/solr: line 1452: [: unlimited: integer expression expected
    ```
    
    The solr start script should check for "unlimited".

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/makuk66/lucene-solr-1 mak-unlimited

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/352.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #352
    
----
commit 23b02c6e20b6e6f8336fe7a6502c9bad40732d69
Author: Martijn Koster <mak-github@...>
Date:   2018-04-05T21:54:13Z

    deal with ulimit being unlimited

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to