Re: [vfs2] FilesCache memory issues

2013-07-18 Thread Gary Gregory
VFS 2.0 has been released for a long time, it is version 2.1 that is pending release (but no release date is known ATM). If you are coding to the VFS 1 API, you will need to change imports to use VFS 2. Gary On Thu, Jul 18, 2013 at 11:55 AM, Ryan McKinley wrote: > I am building an indexing ap

[vfs2] FilesCache memory issues

2013-07-18 Thread Ryan McKinley
I am building an indexing application that scans a file system using VFS2 and indexes with lucene. After running for a long while, it eats up all the memory and often hits OOME -- when I look at the heap dump, 75% of all memory usage is from SoftRefFilesCache. I plan to switch to LRUFilesCache, b