feat: 应用增加内存需求展示 (#6224)

This commit is contained in:
zhengkunwang
2024-08-23 09:38:58 +00:00
committed by GitHub
parent 034645f50c
commit 3c19a07226
17 changed files with 58 additions and 31 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export namespace App {
dockerCompose: string;
image: string;
hostMode?: boolean;
memoryLimit: number;
memoryRequired: number;
architectures: string;
}