SwapMenu - 1.1status menu which displays swap file size |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
A great indicator - Version: 1.1, 12/16/2006 10:38PM PST
eddie_ame
I like having tools that tell me at a glance what is going on with my computer, this works very well as such. Not the best at moving the swap file but great at letting me know what apps are a little ram hungry and when it would be a good time to restart, for me that is 1.0G or greater.
hardcode alternate swap location in sourcecode - Version: 1.0, 8/17/2004 02:36AM PST
(1 of 1 users found this comment useful)
hede
Well, it appears that hardcoding my alternative swap location does in fact work.
I was tricked to believe it didn't work because at first I had tested swapmenu with a default swap location, and there it showed swap size increasing in 256 MB blocks, whereas on my dedicated swap-volume, it increases in single-MB steps.
I imagine this could be related to my swap volume being UNIX formatted.
In xCode change this line:
[task setArguments: [NSArray arrayWithObjects: @"-hs", @"/var/vm/", nil]];
Of course we're waiting for the developer to gui this.
I was tricked to believe it didn't work because at first I had tested swapmenu with a default swap location, and there it showed swap size increasing in 256 MB blocks, whereas on my dedicated swap-volume, it increases in single-MB steps.
I imagine this could be related to my swap volume being UNIX formatted.
In xCode change this line:
[task setArguments: [NSArray arrayWithObjects: @"-hs", @"/var/vm/", nil]];
Of course we're waiting for the developer to gui this.
Swapfiles in non-standard location - Version: 1.0, 8/15/2004 04:11PM PST
hede
I have my swapfiles on a different partiton, and they're not seen.
I tried to modify the included sourcecode at the line where it appears that the standard location is hardcoded. The reading changed from 0 to 13K.
Not exactly a fix, just my observations.
With a standard swap-location and original app the reading is correct.
I tried to modify the included sourcecode at the line where it appears that the standard location is hardcoded. The reading changed from 0 to 13K.
Not exactly a fix, just my observations.
With a standard swap-location and original app the reading is correct.