Quote:
Originally Posted by sortie
2 types of memory; disk, RAM :
The possibility that you have a script that is making the server run out of memory(disk)
is probably 0% since the file/directories it would have to create could be seen growing in size
and easily corrected.
Unless you are running a script written in C/C++ then the possibility of the script
holding memory(RAM) and not releasing it is about 0% chance.
|
Do you just pull this shit out of your ass? Nothing you said makes _any_ sense, and makes you look like an idiot. Two types of memory, disk and ram? WTF???? How do you equate directory size to the ammount of memory a script/application is using? The operating system doesn't give a shit what language something is written in, they are still going to malloc, and hopefully free when they are done. I don't even know what to say about the rest of your post that wasn't already covered with my "WTF????".
Christ you are clueless, please stop trying to offer advice on a subject you have shown time and time (and time, and time, and time...) again you know absolutely nothing about.