@mandoz18, please open a new ticket if you still experience this issue
in focal or later

@grider-4, yours is a different issue, please open a new ticket or tag
onto one of the existing "high CPU"-tickets

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tracker in Ubuntu.
https://bugs.launchpad.net/bugs/353008

Title:
  tracker indexes all the time even though only "one" folder with "one"
  file configured for indexing

Status in Tracker:
  Fix Committed
Status in tracker package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: tracker

  I only have enabled one folder for indexing, which only contains one
  file. Still tracker is always indexing. Please fix this if tracker
  wants to become anything useful.

  My config:

  [General]
  # Log Verbosity - Valid values are 0 (displays/logs only errors), 1 
(minimal), 2 (detailed), and 3 (debug)
  Verbosity=0

  # Set the initial sleeping time, in seconds
  InitialSleep=45

  # Minimizes the use of memory but may slow indexing down
  LowMemoryMode=false
  # Set to TRUE when the home directory is in a NFS filesystem
  NFSLocking=false

  [Watches]
  # List of directory roots to index and watch seperated by semicolons
  WatchDirectoryRoots=/home/asac/test;
  # List of directory roots to index but not watch (no live updates but are 
refreshed when trackerd is next restarted) seperated by semicolons
  CrawlDirectory=
  # List of directory roots to not index and not watch seperated by semicolons
  NoWatchDirectory=
  # Set to false to prevent watching of any kind
  EnableWatching=true

  [Indexing]
  # Throttles the indexing process. Allowable values are 0-20. higher values 
decrease indexing speed
  Throttle=0
  # Disables the indexing process
  EnableIndexing=true
  # Enables indexing of a file's text contents
  EnableFileContentIndexing=true
  # Enables generation of thumbnails
  EnableThumbnails=true
  # List of partial file patterns (glob) seperated by semicolons that specify 
files to not index (basic stat info is only indexed for files that match these 
patterns)
  NoIndexFileTypes=

  # Sets minimum length of words to index
  MinWordLength=3
  # Sets maximum length of words to index (words are cropped if bigger than 
this)
  MaxWordLength=30
  # Sets the language specific stemmer and stopword list to use 
  # Valid values are 'en' (english), 'da' (danish), 'nl' (dutch), 'fi' 
(finnish), 'fr' (french), 'de' (german), 'it' (italien), 'nb' (norwegian), 'pt' 
(portugese), 'ru' (russian), 'es' (spanish), 'sv' (swedish)
  Language=en
  # Enables use of language-specific stemmer
  EnableStemmer=true
  # List of disabled modules (separator=;)
  # The modules that are indexed are kept in $prefix/lib/tracker/indexer-modules
  DisabledModules=
  # Set to false to NOT hog the disk for extended periods
  FastMerges=false
  # Set the minimum length of words to index (0->30, default=3)
  MinWorldLength=3
  # Set the maximum length of words to index (0->200, default=30)
  MaxWorldLength=30
  # Set to true to disable indexing when running on battery
  BatteryIndex=true
  # Set to true to disable initial indexing when running on battery
  BatteryIndexInitial=false
  # Pause indexer when disk space is <= this value
  # (0->100, value is in % of $HOME file system, -1=disable pausing)
  LowDiskSpaceLimit=1
  # Set to true to enable traversing mounted directories on other file systems
  # (this excludes removable devices)
  IndexMountedDirectories=false
  # Set to true to enable traversing mounted directories for removable devices
  IndexRemovableMedia=true

  [Emails]
  IndexEvolutionEmails=true

  [Performance]
  # Maximum size of text in bytes to index from a file's text contents
  MaxTextToIndex=1048576
  # Maximum number of unique words to index from a file's text contents
  MaxWordsToIndex=10000
  # Specifies the no of entities to index before determining whether to perform 
index optimization
  OptimizationSweepCount=10000
  # Sets the maximum bucket count for the indexer
  MaxBucketCount=524288
  # Sets the minimum bucket count
  MinBucketCount=65536
  # Sets no. of divisions of the index file
  Dvisions=4
  # Selects the desired ratio of used records to buckets to be used when 
optimizing index (should be a value between 0 and 4) 
  BucketRatio=1
  # Alters how much padding is used to prevent index relocations. Higher values 
improve indexing speed but waste more disk space. Value should be in range 
(1..8)
  Padding=2

To manage notifications about this bug go to:
https://bugs.launchpad.net/tracker/+bug/353008/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to