On Sun, Feb 22, 2009 at 00:04, Jonathan Rockway <[email protected]> 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: [email protected] "Enjoy your job, make lots of money, work within the law. Choose any two." _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
