Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the limits of a server.

Hierarchy

  • Limits

Index

Properties

cpu: number

The amount of CPU allocated to the server.

disk: number

The amount of disk allocated to the server.

io: number

The amount of block IO bandwidth allowed for the server.

memory: number

The amount of memory allocated to the server.

swap: number

The amount of swap space allocated to the server.

threads: null | string

The number of threads (or specific threads) the server can use. null means unlimited.

Generated using TypeDoc