Search Criteria
Package Details: ksm_preload-git 0.10.10.r5645e4a-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ksm_preload-git.git (read-only, click to copy) |
|---|---|
| Package Base: | ksm_preload-git |
| Description: | Library which allows legacy applications to use Kernel Same-page Merging |
| Upstream URL: | http://vleu.net/ksm_preload/ |
| Licenses: | GPL3 |
| Conflicts: | ksm_preload |
| Provides: | ksm_preload |
| Submitter: | Score_Under |
| Maintainer: | Score_Under |
| Last Packager: | Score_Under |
| Votes: | 4 |
| Popularity: | 0.156688 |
| First Submitted: | 2015-10-27 19:12 (UTC) |
| Last Updated: | 2025-10-13 23:56 (UTC) |
Latest Comments
Score_Under commented on 2023-07-30 15:10 (UTC) (edited on 2023-07-30 15:18 (UTC) by Score_Under)
@dreieck, I see how the scripts to preload automatically would be useful although I am at the same time a little wary of putting something in LD_PRELOAD by default on any system. I'm not too sure of a good way to turn this on and off without putting it into a separate package altogether.
Though the actual mechanism to do so yourself can be on either extreme of copying the script into your profile scripts versus running something like
eval "$(env -i ksm-wrapper dash -c 'unset SHLVL; export')"to extract the resultsdreieck commented on 2023-07-27 18:32 (UTC)
Suggestion: Adding
/etc/profile.d/ksm-preload.{sh,csh}files for automatic preloading.dreieck commented on 2023-07-27 18:23 (UTC)
Please add
provides=("ksm_preload=${pkgver}"),conflicts=('ksm_preload').Thanks for maintaining!
Score_Under commented on 2016-05-01 15:35 (UTC)
boteium commented on 2016-05-01 08:36 (UTC)