Displaying 5 results from an estimated 5 matches for "unswap".
Did you mean:
nswap
2006 Jun 20
2
Postpone/avoid swaping while there is still free RAM.
...d
Mem: 1026896 573848 453048 0 2988 131712
-/+ buffers/cache: 439148 587748
Swap: 1052248 137568 914680
------------------
There is plenty of free ram, but the kernel prefers to swap unused
pages to disk. And later I have to wait for them to be unswapped, the
Desktop looses its promptness - annoying.
In win2k and winXP there is a registry key property which prevents
swapping while there is still RAM.
Do you know whether I can achieve the same in linux?
Best regards!
alex
2005 Dec 28
8
Rails app lags after inactivity
Hi all. I have two Rails applications. Each is on its own VPS hosted by
Pipespring (excellent service btw).
My app runs lightning quick - AFTER the first load. If I visit my site after
a period of inactivity (i.e. no visitors to my site), it takes up to 10
seconds to load that first time. After that I can hop around with no
problems.
Has anyone run into this before? Ideas?
- Rabbit
2017 Feb 09
0
Huge directory tree: Get files to sync via tools like sysdig
...inotify event mechanism and then calls rsync
with a matching filter mask.
However, since you say, your directory tree is hugh, the main issue is that
for every directory an inotify watch must be created, taking about 1KB of
kernel memory per watch. If you got a million directories this is a GB of
unswapable memory use.
Unfortunally the Linux kernel doesn't provide a better way yet, and I
suppose other tools like sysdig suffer from the same issue. There is
fanotify, but that doesn't report move event and thus is not useable for
this task.
Kind regards, Axel
On Thu, Feb 9, 2017 at 10:05 A...
2017 Feb 09
4
Huge directory tree: Get files to sync via tools like sysdig
Hi,
we have a huge directory tree.
* 17M files (number of files)
* 2.2TBytes of data.
* Only 0.1% changes per day
Current pain: rsyncs directory tree traversal needs to long to discover the changed files. Only few files change.
I discovered the tool sysdig which could be used to monitor the files which were changed.
Then we could feed the list of changed files to rsync and avoid the
2024 Jul 29
0
[ANNOUNCE] xinput_calibrator 0.8.0
...oo
add --list option, lists calibratable devices
add support for --device option, selects a specific device
xorg print: clean up output and added udev rule
set evdev calibration to default when none is apparently set (fixes sleep/resume quirk)
swap_xy in dynamic evdev: unswap if already swapped
stricter command line argument parsing
click coordinates are/must be integers
strdup is not ansi C, add my_strdup function
strict compile flags are good, but turning warnings into errors can screw users
rename driver to device part 2: in calibrators...