aquamon will do that for you, thought it may annoy the hell out of you while it's at it.Originally posted by maradong
hm. mine is always fully used 😀
but well..
which program allows you to put it the uptime, and ram usage in the background ?
and :
keep on posting some screenshots people
the last i checked, it forced you to keep its icon on the dock when running, a useless icon sitting there... it bothered me. maybe they changed it now. i wouldn't know, i have all the info i need in the menubar, which is better, IMO, as windows don't ever cover it.Originally posted by maradong
why should it ?
it's so much simpler, i think, to just edit the .plist inside the program. if only i could recall the entry. it's like NSWindowSetting set to 0 or something like that. too long since i did that...Originally posted by AmbitiousLemon
i use Echidna to run it without an icon in the dock. i also use this for f@h and clutter.
sure it gets covered up by windows but its not something i want staring in my face all the time. thats why i use the transparency to make it belnd into the desktop picture a bit.
Originally posted by Shadowfax
it's so much simpler, i think, to just edit the .plist inside the program. if only i could recall the entry. it's like NSWindowSetting set to 0 or something like that. too long since i did that...
😀 thanks for the picture . 😀Originally posted by nef919
Installed ram earlier today. Was 11 days.
what is clutter ?i use Echidna to run it without an icon in the dock. i also use this for f@h and clutter.
sure it gets covered up by windows but its not something i want staring in my face all the time. thats why i use the transparency to make it belnd into the desktop picture a bit.
Originally posted by vniow
Clutter.
AL, can you post a desktop pic of what it looks like with the albums on the Dtop? is it just a bunch of folders or does it actually like make the icons into album covers or something?Originally posted by AmbitiousLemon
I have about 6000 songs in itunes and i added art to all of them in just a couple hours using clutter. now i just need a bigger monitor so i can keep 6000 albums on my desktop.
I've got your Windows box beat. See attached.Originally posted by plasticparadox
😀
Originally posted by MacCoaster
I've got your Windows box beat. See attached.
A friend even has his Windows .NET Server RC1 up for more than 216 days. Amazing Windows can do this.
Originally posted by patrick0brien
-MacCoaster
Am I missing something? Your screencap says 29 days.
Mine's approaching 50 days per the screenshot.Originally posted by patrick0brien
-MacCoaster
Am I missing something? Your screencap says 29 days.
Originally posted by maradong
how to clear the ram ? it keeps beeing used even after the programs are closed ( as every flavor of unix is doing... )
hm,Originally posted by Tha_Sylent1
What other commands are useful in the Terminal? (I'm a switcher) 😕
Originally posted by mcl
I read through the thread, and there seems to be some confusion on this issue.
The ram isn't "used", in the sense that's it's actively malloc()'d by a running program (i.e., reserved and protected from use by other processes).
Just ignore the "free" and "used" values reported by top; they're misleading.
The "pagein" and "pageout" values don't refer to transfer to/from disk-based swapspace; they merely refer to the acquisition and release of memory pages, which may be from resident cached pages in physical, solid-state RAM, or it may be from disk-based swap.
It's normal for most modern instantiations of Unix (OS X is no exception) to run with very little "free" memory. This is because the pagers these days operate more effficiently by caching rather than completely freeing memory pages. Thus, when an app looks for "free" memory to report, it finds very little truly "free" memory. What is left may not be "free", but it's unused and ready to be allocated to a process if it requests it.
A more appropriate set of values to watch are those reported by vm_stat: watch the reactivated and pagein values. If the reactivated value stays constant and the pagein value starts rising steadily, you're hitting disk-based swap rather than cached memory pages, and you're short of RAM.
If you just watch the pagein or pageout values, you'll be fooled into thinking you're short on RAM when you're not.
It's only when a system is hitting the disk for memory allocation consistently -- paging memory out to and in from disk-based storage -- that you need to worry about freeing up memory by terminating processes, or increasing your RAM.
Otherwise, you're watching the normal functioning of a healthy pager in a modern Unix system.
Originally posted by maradong
hm,
10 and so on 🙂 tell me what you want to do , and ill give you the commands. that s easier.