Chapter 6 OpenCPU Server

6.1 Installation

6.1.1 Ubuntu 16.04

6.1.2 Debian

6.1.3 Fedora / CentOS

6.1.4 Docker

6.2 Configuring

6.2.1 Installing packages

6.2.2 Installing apps

6.2.3 Custom settings

  • Environment variables
  • Custom calls

6.2.4 Performance Tuning

Important: each request gets handed in a fork. Thefore they are unaffected but also means that each requests has to load all packages that are not preloaded.

Setting limits

Preloading packages

Custom warmup calls

6.3 Build from Source