ksm_preload VS wsl-drop-cache

Compare ksm_preload vs wsl-drop-cache and see what are their differences.

ksm_preload

Enables legacy applications to leverage Linux's memory deduplication. (by unbrice)

wsl-drop-cache

Periodically drop the WSL caches when load is low. (by arkane-systems)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ksm_preload wsl-drop-cache
1 3
53 24
- -
10.0 0.0
over 6 years ago over 2 years ago
C Python
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ksm_preload

Posts with mentions or reviews of ksm_preload. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-09.
  • Linuxatemyram.com
    5 projects | news.ycombinator.com | 9 Oct 2023
    Same page merging only works for KVM, as that's the only case that enables it without intervention that nothing else supports. It's MADVISE for everything non-KVM, and no applications are compiled with support for telling the kernel "hey, it's OK to dedupe me". The only way to get KSM to work with userspace applications is to use LD_PRELOAD to inject the necessary bits (https://github.com/unbrice/ksm_preload) or to use a custom kernel that has a patch and extra daemon to globally enable KSM for everything (https://codeberg.org/pf-kernel/uksmd).

    I really wish this was a standard, configurable sysctl. There are many container environments (and heck, even browsers) that would benefit from this, and I cannot see any real downside.

wsl-drop-cache

Posts with mentions or reviews of wsl-drop-cache. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-09.
  • Linuxatemyram.com
    5 projects | news.ycombinator.com | 9 Oct 2023
    That's just one part of the issue - even after forcefully dropping Linux's caches, WSL has been unable to reclaim the memory back reliably. There has been a recent update that claims to finally fix this.

    You might find this package helpful: https://github.com/arkane-systems/wsl-drop-cache

  • WSL2 Massive Paging File Size Taking Up Over 1/3 of Total Ram
    2 projects | /r/bashonubuntuonwindows | 25 Apr 2023
    Yeah. for a while I used validatedev/drop-cache-if-idle. There's also arkane-systems/wsl-drop-cache which seems to be a little newer.
  • Release Dropcacheifidle
    1 project | /r/bashonubuntuonwindows | 26 Feb 2021
    Repo at arkane-systems/wsl-drop-cache: Periodically drop the WSL caches when load is low. (github.com) , installable from wsl-transdebian | A repository for WSL-only apt packages. (arkane-systems.github.io) .

What are some alternatives?

When comparing ksm_preload and wsl-drop-cache you can also consider the following projects:

prelockd - Lock executables and shared libraries in memory to improve system responsiveness under low-memory conditions

drop-cache-if-idle - The tool which doesn't interrupt your processes, drops the cache if and only if the machine is idle.

earlyoom - earlyoom - Early OOM Daemon for Linux