Igor Fedorenko created MINDEXER-72: -------------------------------------- Summary: Need a way to use specific FSDirectory implementation during index update Key: MINDEXER-72 URL: https://jira.codehaus.org/browse/MINDEXER-72 Project: Maven Indexer Issue Type: Improvement Affects Versions: 5.1.1 Reporter: Igor Fedorenko
DefaultIndexUpdater#loadIndexDirectory uses Lucene FSDirectory.open, which results in suboptimal choice of FSDirectory implementation in some environments. For example, MMapDirectory used by default on 64 bit Linux allocates potentially significant amount of memory addresses outside of JVM heap and can results in heavy operating system swap in some configurations. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira