Skip to content

Commit 2d46978

Browse files
CopilotMickLesk
andauthored
Scanopy: increase default CPU, RAM, and HDD to prevent OOM during Rust build (#13130)
* Initial plan * fix(scanopy): increase default CPU to 4, RAM to 4096MB, HDD to 8GB Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
1 parent f00c7d3 commit 2d46978

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ct/scanopy.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="Scanopy"
99
var_tags="${var_tags:-analytics}"
10-
var_cpu="${var_cpu:-2}"
11-
var_ram="${var_ram:-3072}"
12-
var_disk="${var_disk:-6}"
10+
var_cpu="${var_cpu:-4}"
11+
var_ram="${var_ram:-4096}"
12+
var_disk="${var_disk:-8}"
1313
var_os="${var_os:-debian}"
1414
var_version="${var_version:-13}"
1515
var_unprivileged="${var_unprivileged:-1}"

0 commit comments

Comments
 (0)