Posts: 1,099
Threads: 79
Joined: Nov 2011
Reputation:
0
We've got profiler to profile CPU usage. But we don't have one for RAM. I was going to ask if anyone here is interested to build one like Zeex did, which would show to which partitions of the script is the RAM usage going to.
Posts: 845
Threads: 123
Joined: Dec 2011
Reputation:
0
Yeah that's pretty good. I'll back this!
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Do you have a shortage of RAM? Most scripts nowadays don't even exceed 100MB.
Posts: 165
Threads: 18
Joined: Jul 2013
Reputation:
0
Scripts that exceed 100mb of RAM are most likely using RAM that can be prevented from being used. If people optimised their script a bit more it wouldn't exceed 100mb of RAM, however I do back this idea as it does look like a good idea but it might not be needed by many people, still a nice way to monitor your server more.
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Gazzy
Scripts that exceed 100mb of RAM are most likely using RAM that can be prevented from being used. If people optimised their script a bit more it wouldn't exceed 100mb of RAM, however I do back this idea as it does look like a good idea but it might not be needed by many people, still a nice way to monitor your server more.
|
Ram usage is based mostly on how much allocation a script needs and the allocation the plugins' need. You can have a really small script that hardly uses over a single mb and a plugin that uses 350+.