mirror of https://github.com/apache/lucene.git
fix javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1205021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
01dbe51a3e
commit
bf853de71a
|
@ -177,7 +177,7 @@ public class MMapDirectory extends FSDirectory {
|
|||
}
|
||||
|
||||
/**
|
||||
* Sets the maximum chunk size (default is {@link Integer#MAX_VALUE} for
|
||||
* Sets the maximum chunk size (default is 1 GiBytes for
|
||||
* 64 bit JVMs and 256 MiBytes for 32 bit JVMs) used for memory mapping.
|
||||
* Especially on 32 bit platform, the address space can be very fragmented,
|
||||
* so large index files cannot be mapped.
|
||||
|
|
Loading…
Reference in New Issue