lotus/cmd/lotus-miner
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
..
actor_test.go test: genesis actors version 2021-08-11 13:30:15 -07:00
actor.go use existing util 2021-10-26 20:53:16 -04:00
allinfo_test.go rename cmd/lotus{-storage=>}-miner to match binary. 2021-07-27 11:54:46 +01:00
backup.go rename cmd/lotus{-storage=>}-miner to match binary. 2021-07-27 11:54:46 +01:00
config.go rename cmd/lotus{-storage=>}-miner to match binary. 2021-07-27 11:54:46 +01:00
dagstore.go integrate DAG store and CARv2 in deal-making (#6671) 2021-08-16 23:34:32 +01:00
info_all.go Add more info to miner allinfo command 2021-09-24 12:02:06 +02:00
info.go Show more deal states in miner info 2021-09-10 12:21:33 +02:00
init_restore.go fix: init restore adds empty storage.json 2021-08-11 13:36:01 +10:00
init_service.go use fallback api infos last; init service with markets-path. 2021-07-29 16:10:04 +01:00
init.go Shed: Add a util to create miners more easily 2021-11-03 00:20:48 +00:00
main.go fix: Update lotusminer default paths 2021-09-30 09:06:55 -04:00
market.go update CLI command to take arg; reduce time for itest 2021-10-11 14:03:56 +02:00
pieces.go Add verbose mode to lotus-miner pieces list-cids 2021-11-29 17:19:47 +01:00
proving.go Add storage-id flag to proving check 2021-10-08 14:56:08 +02:00
retrieval-deals.go target markets API for markets commands. 2021-07-29 12:37:29 +01:00
run.go rename cmd/lotus{-storage=>}-miner to match binary. 2021-07-27 11:54:46 +01:00
sealing.go Report memory used and swap used in worker res 2021-11-30 02:06:58 +01:00
sectors.go Add --unproven flag to the sectors list command 2021-09-09 23:29:52 +02:00
stop.go rename cmd/lotus{-storage=>}-miner to match binary. 2021-07-27 11:54:46 +01:00
storage.go update storage attach allowTo usage 2021-11-23 16:23:06 +01:00