Skip to content

Commit 4a1ae51

Browse files
authored
gitea-mirror: increase build ressources (#5235)
1 parent 6520b7f commit 4a1ae51

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ct/gitea-mirror.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
77

88
APP="gitea-mirror"
99
var_tags="${var_tags:-mirror;gitea}"
10-
var_cpu="${var_cpu:-1}"
11-
var_ram="${var_ram:-1024}"
12-
var_disk="${var_disk:-5}"
10+
var_cpu="${var_cpu:-2}"
11+
var_ram="${var_ram:-2048}"
12+
var_disk="${var_disk:-6}"
1313
var_os="${var_os:-debian}"
1414
var_version="${var_version:-12}"
1515
var_unprivileged="${var_unprivileged:-1}"

frontend/public/json/gitea-mirror.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"type": "default",
2020
"script": "ct/gitea-mirror.sh",
2121
"resources": {
22-
"cpu": 1,
23-
"ram": 1024,
24-
"hdd": 5,
22+
"cpu": 2,
23+
"ram": 2048,
24+
"hdd": 6,
2525
"os": "Debian",
2626
"version": "12"
2727
}

0 commit comments

Comments
 (0)