mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-30 04:40:10 +00:00
Tracearr: Increase default disk variable from 5 to 10 (#12762)
* Increase default disk variable from 5 to 10 * Increase HDD resource allocation from 5 to 10
This commit is contained in:
parent
ba85fad318
commit
1e726852df
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 5,
|
||||
"hdd": 10,
|
||||
"os": "Debian",
|
||||
"version": "13"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue