Thanks to all the repos I clone, I have many 0-4 byte files, most of which are empty (or have just a windows CRLF).
I don't really want or need to index them.
Also, I don't know if just the file name actually contributes to a memory overhead if it's included in the indexed list.
Are you able to add a minimum size param to the content indexing options?
[Feat Request] Add minimum size to File Content Indexing
Re: [Feat Request] Add minimum size to File Content Indexing
There is a 1 byte overhead for storing content.I don't know if just the file name actually contributes to a memory overhead if it's included in the indexed list.
1 byte of file content will require 2 bytes.
2 bytes of file content will require 3 bytes.
etc..
If you index 1 million empty files you are only looking at an extra 1MB of ram usage.
I will consider an option to do this.Are you able to add a minimum size param to the content indexing options?
Thank you for the suggestion.