Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 3
    nice would be giving it more CPU priority, what it needs is more IO priority, @VencaBSpam has the right solution Commented Mar 14, 2018 at 0:17
  • There is always ionice -c 2 (or possibly -c 1) for that (counterpart is ionice -c 3 for maximum "nice level"). However, neither of these are probably applicable to the lazy initialization, as there does not seen to be a pid associated to it.
    – Wolfram
    Commented Jun 19, 2023 at 17:56