feat: apply memory shrink + daemon.json — ground truth update [#731]
11 apps reslidered via API (53.4->29.0GB explicit limits); daemon.json live-restore + nofile defaults applied (log keys banned: unit flag conflict — see #731 incident note). perf/apply-memory-shrink.sh codifies the change. All 159 apps verified running. Meat: https://projects.knownelement.com/issues/731#note-3929
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"default-ulimits": {
|
||||
"nofile": { "Name": "nofile", "Soft": 262144, "Hard": 262144 }
|
||||
},
|
||||
"live-restore": true
|
||||
}
|
||||
Reference in New Issue
Block a user