First time here? Check out the FAQ!
0

What are the system requirements for Askbot?
 

I read the [documentation][1], but I could not find any recommendations on the system requirements for running Askbot. How much disk space, RAM and CPU should I have for running a small/medium/large Q&A site?

For me, small is ok and that's <100 users. Initially I would migrate ~500 questions from our legacy system.

1: http:// askbot.org/doc/install.html

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
T.'s avatar
3
T.
asked 11 years ago

Comments

see more comments

1 Answer

0

I'd start with a 1GB RAM or even half of that, just make sure that your caching system is not using more RAM than you can assign to that.

If you are looking for hosting on your own, find a basic VPS, which could cost $20/mo or even less. It will be key to have root access to the machine or have your hosting provider explicitly say that they support hosting Python/Django applications.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 11 years ago
Fitoria's avatar
1.1k
Fitoria
updated 11 years ago
link

Comments

Updated to 1GB it said 1MB, IMO you can make it work with less 256mb vps can be enough for a small site, but more memory will give performance benefits of having a cache engine with a large dataset installed

Fitoria's avatar Fitoria (11 years ago)
see more comments