You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/09/30 21:59:00 UTC

[jira] [Commented] (SOLR-13771) Add -v and -m to ulimit section of reference guide and bin/solr checks

    [ https://issues.apache.org/jira/browse/SOLR-13771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16941367#comment-16941367 ] 

ASF subversion and git services commented on SOLR-13771:
--------------------------------------------------------

Commit a1f3d2c29a1b61ac01e5defcb097695c43aaadd9 in lucene-solr's branch refs/heads/master from Erick Erickson
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=a1f3d2c ]

SOLR-13771: Add -v and -m to ulimit section of reference guide and bin/solr checks


> Add -v and -m to ulimit section of reference guide  and bin/solr checks
> -----------------------------------------------------------------------
>
>                 Key: SOLR-13771
>                 URL: https://issues.apache.org/jira/browse/SOLR-13771
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>            Priority: Major
>         Attachments: SOLR-13771.patch
>
>
> I just noticed these bits in MMapDirectory.java
> {code}
>     if (!Constants.JRE_IS_64BIT) {
>       moreInfo = "MMapDirectory should only be used on 64bit platforms, because the address space on 32bit operating systems is too small. ";
>     } else if (Constants.WINDOWS) {
>       moreInfo = "Windows is unfortunately very limited on virtual address space. If your index size is several hundred Gigabytes, consider changing to Linux. ";
>     } else if (Constants.LINUX) {
>       moreInfo = "Please review 'ulimit -v', 'ulimit -m' (both should return 'unlimited'), and 'sysctl vm.max_map_count'. ";
>     } else {
>       moreInfo = "Please review 'ulimit -v', 'ulimit -m' (both should return 'unlimited'). ";
>     }
> {code}
> We should add this info to the ref guide, particularly the bits about -v and -m. We already mention ulimits, but only in relation to file handles and processes.
> What about restructuring that section a bit, to something like "operating system settings", so we can include some of the information above.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org