working set size (WSS) of the Dgraph process

The working set of the Dgraph process is a collection of pages in the virtual address space of the process that is resident in physical memory. The pages in the working set have been most recently and frequently referenced. In other words, the Dgraph working set is the amount of memory a Dgraph process is consuming now. This is the amount of memory that is needed to avoid paging.

The following statements describe the working set size (WSS):

For more information, see the MDEX Engine Performance Tuning Guide.