Re: [Tracker] Memory usage for tracker-extract and tracker-miner-fs



On Thu, Jan 21, 2016 at 07:07:17AM -0500, Joe Rhodes wrote:
Carlos:

Here are the numbers as requested:

 tracker status -a | grep -e "nfo:Folder" -e "nfo:FileDataObject"
  nfo:FileDataObject = 1704170
  nfo:Folder = 286147


As for the Netatlak deal, I was working with the developer.  It
seemed that if you ran a query from a Mac that would return too many
results, it would crash the Netatalk server.  So he put in code that
returns 20 at a time to prevent that.

Yeah, afair the problem with Apples Spotlight RPC protocol is that it
has no way returning results in chunks and tell the client to come
back immediately for more results.

Apples Spotlight RPC server simply puts *all* *available* (this
depends on how many results the first async query returned) results in
one RPC packet (up to some limit imposed by SMB/RPC).

In any case, the client will poll every second for more results.

Joe, I think we chatted before, but did I already mentioned that you
should consider switching to Samba because the Spotlight RPC server
code there has seen a large overhaul compared to Netatalk?

Cheerio!
-slow


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]