diff options
| author | linxin <[email protected]> | 2023-07-03 10:36:12 +0800 |
|---|---|---|
| committer | linxin <[email protected]> | 2023-07-03 10:36:12 +0800 |
| commit | 37a2f20d3b3049c53e6e5c2c85fbfe28564b500a (patch) | |
| tree | f4f81cceb15b4fabcf2fe493e4762a14ae263348 | |
| parent | e159360b3ec354b5cf516315e624b3adb0074114 (diff) | |
TSG-15646: 将磁盘空间使用限制调整至60%
| -rw-r--r-- | config/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json index e24981f..e703fc4 100644 --- a/config/config.json +++ b/config/config.json @@ -1 +1 @@ -{"compress":false,"storage_type":1,"storage":"/var/lib/coredump","total_file_mem_limit":"80%","containered_sock_path":"/run/k3s/containerd/containerd.sock"}
\ No newline at end of file +{"compress":false,"storage_type":1,"storage":"/var/lib/coredump","total_file_mem_limit":"60%","containered_sock_path":"/run/k3s/containerd/containerd.sock"}
\ No newline at end of file |
