Skip to content

Server Information

Muhammad Kaisar Arkhan edited this page Aug 19, 2017 · 4 revisions

Specifications

  • Host: DigitalOcean

  • OS: Ubuntu LTS (currently 16.04.2)

  • RAM: 1 GB

  • Swap: 4 GB (swapfile)

sysctl config

Currently, our sysctl configuration is pretty basic. We’re still considering some improvements for it in the future. If you have any suggestions feel free to hit us on gitter

vm.swappiness = 10
vm.vfs_cache_pressure = 50

Notes

All of the services hosted on solar are running inside a docker container and used the images that are provided on upstream, except for landing due to security issues.

For SSH, we’ve disabled Root and Password logins. Fail2Ban has been added to prevent flood or DoS attacks on our SSH server.

Clone this wiki locally