Slowness: Difference between revisions

From Genecats
Jump to navigationJump to search
(Created page with "A checklist of things to do when noticing slowness in a session or across sessions.")
 
No edit summary
Line 1: Line 1:
A checklist of things to do when noticing slowness in a session or across sessions.
* Does the problem occur on mirrors? If yes, it's unlikely to be hgnfs1
* are the trash cleaners running? If no, disk slowness is expected
* does the problem also occur on hgwdev? If so, debugging is usually easier
* run "gdb --args hgTracks <querystring>" a few times, ctrl-x and "bt" to get the backtrace

Revision as of 21:21, 22 September 2023

  • Does the problem occur on mirrors? If yes, it's unlikely to be hgnfs1
  • are the trash cleaners running? If no, disk slowness is expected
  • does the problem also occur on hgwdev? If so, debugging is usually easier
  • run "gdb --args hgTracks <querystring>" a few times, ctrl-x and "bt" to get the backtrace