Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

How to minimize RAM usage


Go to End


2 Posts   1700 Views

Avatar
Piklets

Community Member, 36 Posts

12 January 2010 at 5:52pm

Hey there,

I am attempting to run multiple SilverStriple sites on a VPS with 512MB of RAM, and it does work as long as only one of them is accessing the /admin/ section at a time... but that's not good enough.

How can I minimize my RAM usage? Caching etc... - my sites have forms on them, but the actual content doesn't change much.

Thanks very much,
David

Avatar
dhensby

Community Member, 253 Posts

13 January 2010 at 2:18pm

As long as you don't have too much dynamic content, this should be what you need: http://doc.silverstripe.org/doku.php?id=staticpublisher

Forms don't matter with that caching. Note, it only caches the front end site, not the backend CMS