Skip to main content

Privacera Documentation

Encryption on Privacera Platform deployment specifications

These are the minimal specifications for running Privacera Encryption in production.

Hardware requirements

Hardware

Minimum Configuration

Number of CPUs

32

RAM

32 GB

Network bandwidth

10 Gbps

Software and server configuration

These are the specifications and configurations for Privacera Encryption software components.

Tomcat and Privacera Encryption settings

To configure Tomcat and Privacera Encryption, you must set properties in the following variable file:

  • ~/privacera/privacera-manager/config/custom-vars/vars.peg.yml

In the variable file, set the following properties:

PEG_SERVER_TOMCAT_MAX_THREADS: "1024"

PEG_SERVER_TOMCAT_CONNECTION_TIMEOUT: "20s"

PEG_SERVER_TOMCAT_MAX_CONNECTIONS : "1200"

PEG_SERVER_TOMCAT_MIN_SPARE_THREADS: "200"

PEG_SERVER_TOMCAT_ACCEPT_COUNT: "1000"

PRIVACERA_PEG_CONNECTIONPOOL: "500"

After setting these properties, you must update Privacera Manager.

Operational specifications

These specifications relate to the operational use of Privacera Encryption.

Batch together the elements in the PEG REST API endpoints in the datalist JSON array of the /protect or /unprotect request.

  • Minimum batch size: 2,000 elements per request.

  • Maximum recommended batch size: 15,000.

  • Maximum number of requests: 1,800.

Note

Network latency can impact performance. Your network architecture should be optimized.