Welcome Guest, Not a member yet? Register   Sign In
RAM consumption?
#1

[eluser]m4rw3r[/eluser]
How much ram does your application use (according to the profiler)?
Just wondering, mine is just below 3 MB.
#2

[eluser]mdavis1982[/eluser]
Hi...

Mine is generally using between 0.39mb and 0.88mb (when selecting almost 500 rows from the database and displaying them in a table).

However, in my admin section, I have it creating a table with 3252 rows, and they all require multiple database calls. This uses about 4mb memory.

I'm not sure why your application is using so much RAM. What are you doing?

Cheers...

Matt
#3

[eluser]m4rw3r[/eluser]
Having an own developed template engine (my port of Radius), which is using my own developed closure class (I will replace it with something else as soon as I have time, but I don't think it is the problem).
This sits in my CMS which I also have put a plugin system into.

Dunno really what's taking much ram, does anyone know a good way to find out how much each part of the system consumes?
#4

[eluser]wiredesignz[/eluser]
My tests on my dev server show a single Controller loaded with no Model or View is around 1.1mb, when I load the database library usage is up to 1.8mb

Funnily enough the production server shows only 1.3mb for my full application versus 2.4mb for the same thing on my dev server.

Must be Linux vs Winblows




Theme © iAndrew 2016 - Forum software by © MyBB