bemokoLive Minimum System Requirements

From bemoko developer wiki

Jump to: navigation, search

Hardware

Memory - minimum 256m
CPU - minimum equivalent processing power of a 1.0 GhHz 2007 Xeon processor
Disk space - recommended from 100mb to 500mb depending on usage
Depending on what you already have installed and how you are going to use bemokoLive it is good to reserve up to 100mb for the install, although if you also need to install a JEE application server and JDK (v6) then you should reserve up to 500mb for these installs. If you have a large repository requirements (database or content repository) then you may need more space depending on your needs. A typical installation footprint is as follows:
50mb - bemokoLive install
10mb - site configuration (as you create and use more and more sites the footprint of this configuration will increase)
20mb - Logs
200mb - JDK (you may already have this installed)
150mb - Tomcat JEE application server (you may have this or another JEE application server installed)
20mb - database (optional)

JVM

The JVM for the bemokoLive application needs at least 256mb of heap size to run and 128m of perm size, although 512mb of heap size is recommended. This can be achieved with the following arguments on the JVM, e.g.

-Xms512m -Xmx512m -XX:MaxPermSize=128m

The perm size is recommended to be increased from the minimum 128m to 256m if your sites have a large number of plugins defined or if sites are redeployed often, for example in a development environment

Further Reading