[Catalyst] Requirements for Catalyst

Roland Lammel roland.lammel at gmail.com
Tue Feb 24 22:35:29 GMT 2009


On Sun, Feb 22, 2009 at 00:04, Jonathan Rockway <jon at jrock.us> wrote:
> * On Sat, Feb 21 2009, Octavian Râşniţă wrote:
>> Hello,
>>
>> It is very clear that a Catalyst app can't run on a shared host, but
>> it requires either a dedicated server or a VPS.
>> I am searching for web space providers that offer VPS and I've seen
>> that they use to set their tariff plans mainly on the guaranteed
>> memory, but I don't know which would be the necessary memory for a VPS
>> that runs an OS like Fedora or CentOS, Apache, Perl and Catalyst.
>>
>> Could be 256 MB of memory enough? Or 512? Or I would need 1 GB or more
>> if I would like to run a Catalyst app?

We're running a small online course management application with a
JavaScript based frontend and a catalyst/dbic backend (mostly accessed
via JSON based API, 25 tables, quite some logic in 20 controllers).

Cat is using only approx. 50MB of memory, which is great. Although we
do no great deal of caching yet. But this will be done using dbd or
memcached anyway, so it won't increase the memsize of cat.
And we have yet to find any memleaks, the app is running for months with now...

+rl

-- 
Roland Lammel
QuikIT - IT Lösungen - flexibel und schnell
Web: http://www.quikit.at
Email: info at quikit.at

"Enjoy your job, make lots of money, work within the law. Choose any two."



More information about the Catalyst mailing list