Do not use virtual memory mapping by default
commit45f18cc073d977ef2b80d619afd2499018daef2e
authorMatthias Sohn <matthias.sohn@sap.com>
Sat, 20 Oct 2018 09:34:29 +0000 (20 11:34 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 20 Oct 2018 10:30:24 +0000 (20 12:30 +0200)
treef352549f9782f81d76a8f9764bcbb6a1d1276dd6
parentec4c22327b64e6ce07b94084c873e268cfb08485
Do not use virtual memory mapping by default

This option has caused crashes on Linux, hence don't enable it by
default. Earlier it was completely disabled for Windows since there it
causes more issues like locking problems.

Bug: 539918
Change-Id: I4099fd8a3fcf2f59a121177a2c2d8fb9e42c5146
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.core/src/org/eclipse/egit/core/GitCorePreferenceInitializer.java