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.
Required fields*
-
2Isn't this only for dirty entries? I don't think that's the issue on my system as they are all clean -- the delay is not in writing back dirty pages but in defragmenting space left by removing clean ones.Wim– Wim2016-01-07 10:23:30 +00:00Commented Jan 7, 2016 at 10:23
-
Yes , this is for dirty pages , i think you can also fix other performance problems by setting tuned to dynamic mode.Ijaz Ahmad– Ijaz Ahmad2016-01-07 10:28:13 +00:00Commented Jan 7, 2016 at 10:28
-
1"Since Linux 2.6, [the bdflush] system call is deprecated and does nothing. It is likely to disappear altogether in a future kernel release. Nowadays, the task performed by bdflush() is handled by the kernel pdflush thread." man7.org/linux/man-pages/man2/bdflush.2.htmlsourcejedi– sourcejedi2019-02-22 01:05:32 +00:00Commented Feb 22, 2019 at 1:05
-
I wish there was a solution for this because about 3 minutes ago I just ran into a situation where the command sudo apt-get update would not work because the /etc/apt/sources file was being read from an OLD copy stored in Cache... I needed to manually clear cache in order for the new file to be read and Apt to work again. So unnecessarily labor-heavy. I wish linux experience would not be so painful, because this been happening to more than 15+ years now. Very disappointing.Winampah– Winampah2022-02-09 16:55:38 +00:00Commented Feb 9, 2022 at 16:55
-
I can understand a file being held in Cache for long periods of time. But are you telling me Linux system does not have any kind of real-time verification for what of these files had changes in the meantime? A simple verification check would solve that. Back in my days, this was called a BUG.Winampah– Winampah2022-02-09 16:57:06 +00:00Commented Feb 9, 2022 at 16:57
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. shell-script), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you