lotus/cmd/lotus-seal-worker
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
..
cli.go worker: Commands to pause/resume task processing 2020-10-28 22:10:17 +01:00
info.go Report memory used and swap used in worker res 2021-11-30 02:06:58 +01:00
main.go Expose storage states on the metrics endpoint 2021-10-01 14:45:01 +02:00
rpc.go Fix v0/v1 API versions 2021-04-16 00:20:13 +02:00
storage.go update storage attach allowTo usage 2021-11-23 16:23:06 +01:00
tasks.go API proxy struct codegen (#5854) 2021-03-23 13:42:56 +01:00