feat: 增加部分应用的内存需求
This commit is contained in:
parent
cc3918c8f3
commit
1c7becec73
|
|
@ -17,6 +17,7 @@ additionalProperties:
|
||||||
website: https://dataease.io/
|
website: https://dataease.io/
|
||||||
github: https://github.com/dataease/dataease
|
github: https://github.com/dataease/dataease
|
||||||
document: https://dataease.io/docs/
|
document: https://dataease.io/docs/
|
||||||
|
memoryRequired: 8192
|
||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
|
|
|
||||||
|
|
@ -4,21 +4,22 @@ tags:
|
||||||
title: 强大易用的开源建站工具
|
title: 强大易用的开源建站工具
|
||||||
description: 强大易用的开源建站工具
|
description: 强大易用的开源建站工具
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
key: halo
|
key: halo
|
||||||
name: Halo
|
name: Halo
|
||||||
tags:
|
tags:
|
||||||
- Website
|
- Website
|
||||||
shortDescZh: 强大易用的开源建站工具
|
shortDescZh: 强大易用的开源建站工具
|
||||||
shortDescEn: Powerful and easy-to-use open source website builder
|
shortDescEn: Powerful and easy-to-use open source website builder
|
||||||
type: website
|
type: website
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
recommend: 10
|
recommend: 10
|
||||||
website: https://halo.run/
|
website: https://halo.run/
|
||||||
github: https://github.com/halo-dev/halo
|
github: https://github.com/halo-dev/halo
|
||||||
document: https://docs.halo.run/
|
document: https://docs.halo.run/
|
||||||
architectures:
|
memoryRequired: 1024
|
||||||
- amd64
|
architectures:
|
||||||
- arm64
|
- amd64
|
||||||
- ppc64le
|
- arm64
|
||||||
- s390x
|
- ppc64le
|
||||||
|
- s390x
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ additionalProperties:
|
||||||
website: https://www.jumpserver.org
|
website: https://www.jumpserver.org
|
||||||
github: https://github.com/jumpserver/jumpserver
|
github: https://github.com/jumpserver/jumpserver
|
||||||
document: https://docs.jumpserver.org
|
document: https://docs.jumpserver.org
|
||||||
|
memoryRequired: 8192
|
||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ additionalProperties:
|
||||||
website: https://www.metersphere.io
|
website: https://www.metersphere.io
|
||||||
github: https://github.com/metersphere/metersphere
|
github: https://github.com/metersphere/metersphere
|
||||||
document: https://metersphere.io/docs
|
document: https://metersphere.io/docs
|
||||||
|
memoryRequired: 4096
|
||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue