mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-16 17:51:46 +01:00
Add Memory Tracker worker for CCMS
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
"checkpoints": {
|
||||
"interval": "12h"
|
||||
},
|
||||
"retention-in-memory": "48h"
|
||||
"retention-in-memory": "48h",
|
||||
"memory-cap": 100
|
||||
}
|
||||
}
|
||||
@@ -49,6 +49,7 @@
|
||||
"checkpoints": {
|
||||
"interval": "12h"
|
||||
},
|
||||
"memory-cap": 100,
|
||||
"retention-in-memory": "48h",
|
||||
"nats-subscriptions": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user