lotus/api/docgen
Clint Armstrong c4f46171ae Report memory used and swap used in worker res
Attempting to report "memory used by other processes" in the MemReserved
field fails to take into account the fact that the system's memory used
includes memory used by ongoing tasks.

To properly account for this, worker should report the memory and swap
used, then the scheduler that is aware of the memory requirements for a
task can determine if there is sufficient memory available for a task.
2021-11-30 02:06:58 +01:00
..
cmd api: Separate the Net interface from Common 2021-07-15 11:41:30 +02:00
docgen.go Report memory used and swap used in worker res 2021-11-30 02:06:58 +01:00