Skip to content
feiben edited this page Jun 26, 2016 · 5 revisions

Power consumption is one of the biggest cost in running a data center. LunarBase optimized its key computation modules that are invoked frequently within the engine. These modules include:
Native IO,
Memory alloc/free,
File system block management,
Hash storage,
geo-hash computation,
Column index,
Active garbage collector,

The CPU workload is well managed. On the memory side, once LunarBase boots up, with correctly configured memory size, say 16GB, it is running with this constant scope, never grows. This means it does not compete resource with other services running on the same server.

Clone this wiki locally