Property UseUnmap
UseUnmap
Enables or disables the workaround for unmapping the buffers
from address space after closing Index
NOTE: Enabling this is completely unsupported
by Java and may lead to JVM crashs if IndexInput
is closed while another thread is still accessing it (SIGSEGV).
Declaration
public virtual bool UseUnmap { get; set; }
Property Value
Type | Description |
---|---|
System. |