Skip to main content

Privacera Documentation

AuditServer properties on Privacera Platform

The following table contains a list of custom properties that can be configured for the AuditServer service. To use a custom property from the table, add it to the vars.auditserver.yml file in the custom-vars folder, configured as per your environment.

Property

Description

Values

Default Value

AUDITSERVER_EXTERNAL_PORT

Property to change the default port number for AuditServer.

6084

Memory Variables

AUDITSERVER_HEAP_MIN_MEMORY_MB

Minimum Java Heap memory in MB used by AuditServer. For example, AUDITSERVER_HEAP_MIN_MEMORY_MB: "1024"

AUDITSERVER_HEAP_MIN_MEMORY

Minimum Java Heap memory used by AuditServer. Setting this value will override AUDITSERVER_HEAP_MIN_MEMORY_MB. For example, AUDITSERVER_HEAP_MIN_MEMORY: "1g"

AUDITSERVER_HEAP_MAX_MEMORY_MB

Maximum Java Heap memory in MB used by AuditServer. For example, AUDITSERVER_HEAP_MAX_MEMORY_MB: "1024"

AUDITSERVER_HEAP_MAX_MEMORY

Maximum Java Heap memory used by AuditServer. Setting this value will override AUDITSERVER_HEAP_MAX_MEMORY_MB. For example, AUDITSERVER_HEAP_MAX_MEMORY: "1g"

AUDITSERVER_K8S_MEM_REQUESTS_MB

Minimum amount of Kubernetes memory in MB to be requested by AuditServer. For example, AUDITSERVER_K8S_MEM_REQUESTS_MB: "1024"

AUDITSERVER_K8S_MEM_REQUESTS

Minimum amount of Kubernetes memory to be used by AuditServer. Setting this value will override AUDITSERVER_K8S_MEM_REQUESTS_MB. For example, AUDITSERVER_K8S_MEM_REQUESTS: "1G"

AUDITSERVER_K8S_MEM_LIMITS_MB

Maximum amount of Kubernetes memory in MB to be requested by AuditServer. For example, AUDITSERVER_K8S_MEM_LIMITS_MB: "1024"

AUDITSERVER_K8S_MEM_LIMITS

Maximum amount of Kubernetes memory to be used by AuditServer. Setting this value will override AUDITSERVER_K8S_MEM_LIMITS_MB. For example, AUDITSERVER_K8S_MEM_LIMITS: "1G"

AUDITSERVER_CPU_MIN

Minimum amount of Kubernetes CPU to be requested by AuditServer. For example, AUDITSERVER_CPU_MIN: "0.5"

AUDITSERVER_CPU_MAX

Maximum amount of Kubernetes CPU to be used by AuditServer. For example, AUDITSERVER_CPU_MAX: "0.5"