F5F Stay Refreshed Hardware Desktop It should work, since Linux likely includes it, which Windows would also have...

It should work, since Linux likely includes it, which Windows would also have...

It should work, since Linux likely includes it, which Windows would also have...

Pages (3): Previous 1 2 3
G
Groetzman
Junior Member
20
10-03-2016, 09:23 AM
#21
Hey there! 😊 Just a quick note, no worries about anything.
G
Groetzman
10-03-2016, 09:23 AM #21

Hey there! 😊 Just a quick note, no worries about anything.

C
CatsGoMeow123
Member
158
10-05-2016, 02:13 AM
#22
You might find Sysinternals or Nirsoft useful tools that help clear RAM at different stages. There’s a command for clearing buffers that functions across all Windows versions, though it mainly deals with disk caches rather than general RAM. These utilities are lightweight, free, and compatible with both 32-bit and 64-bit systems. There are many other RAM cleaning apps available, but you should be cautious about their effectiveness since they’re often untested in real environments. You could also disable Windows disk caching to test its impact, though it may slow down HDD performance. Increasing the paging file size might improve stability as well. I think addressing the problem at the hardware level would be a better long-term solution, even if it takes time and might cost money you don’t have right now.
C
CatsGoMeow123
10-05-2016, 02:13 AM #22

You might find Sysinternals or Nirsoft useful tools that help clear RAM at different stages. There’s a command for clearing buffers that functions across all Windows versions, though it mainly deals with disk caches rather than general RAM. These utilities are lightweight, free, and compatible with both 32-bit and 64-bit systems. There are many other RAM cleaning apps available, but you should be cautious about their effectiveness since they’re often untested in real environments. You could also disable Windows disk caching to test its impact, though it may slow down HDD performance. Increasing the paging file size might improve stability as well. I think addressing the problem at the hardware level would be a better long-term solution, even if it takes time and might cost money you don’t have right now.

G
Greytrem
Junior Member
41
10-06-2016, 11:16 PM
#23
Your problem stems from the OS attempting to store data in your HDD, possibly because of speed limitations or write caching issues. How can I be certain? /proc/sys/vm is the Linux kernel linker for virtual memory—also known as swap or pagefile. It manages writing dirty data to drives, which are files marked for caching but not yet written. On Windows, try turning off write back caching on your HDD (or if it's already off, turn it on). Also, this setting seems significant.
G
Greytrem
10-06-2016, 11:16 PM #23

Your problem stems from the OS attempting to store data in your HDD, possibly because of speed limitations or write caching issues. How can I be certain? /proc/sys/vm is the Linux kernel linker for virtual memory—also known as swap or pagefile. It manages writing dirty data to drives, which are files marked for caching but not yet written. On Windows, try turning off write back caching on your HDD (or if it's already off, turn it on). Also, this setting seems significant.

M
Menfa
Member
53
10-07-2016, 01:17 AM
#24
Thanks for the details. I'll review it right away. I'm avoiding swapping now—specifically, I've adjusted the value to 10 or 20 so swap space isn't needed unless really required.
M
Menfa
10-07-2016, 01:17 AM #24

Thanks for the details. I'll review it right away. I'm avoiding swapping now—specifically, I've adjusted the value to 10 or 20 so swap space isn't needed unless really required.

L
Lindinger
Member
208
10-14-2016, 07:14 PM
#25
Engaging and captivating.
L
Lindinger
10-14-2016, 07:14 PM #25

Engaging and captivating.

Pages (3): Previous 1 2 3