GitHub user millerjeff0 opened a pull request:

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

    SOLR-12312: Change buf to not always use up 1 MB

    A lot of replicated files aren't 1 MB in size, this causes a lot of heap 
space waste when we create this for every file, instead create buffer based on 
the file size with a max of 1 MB

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

    $ git pull https://github.com/millerjeff0/lucene-solr SOLR-12312

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

    https://github.com/apache/lucene-solr/pull/370.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 #370
    
----
commit 3499667b1b88bef207ab5825963e54db62d5eb2c
Author: Jeff <jeff.miller@...>
Date:   2018-05-04T19:00:31Z

    SOLR-12312: Change buf to not always use up 1 MB

----


---

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

Reply via email to