Skip to content

Commit

Permalink
update values
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Jul 18, 2024
1 parent d7cdae4 commit bd920c1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 deletions.
16 changes: 5 additions & 11 deletions ix-dev/community/clamav/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,21 +409,15 @@ questions:
attrs:
- variable: cpus
label: CPUs
description: CPUs limit for MinIO.
description: CPUs limit for ClamAV.
schema:
type: int
default: 2
required: true
- variable: memory
label: Memory
description: Memory limit for MinIO.
label: Memory (in MB)
description: Memory limit for ClamAV.
schema:
type: string
max_length: 12
valid_chars: "^[1-9][0-9]*(([GMK]B?)|([gmk]b?))$"
valid_chars_error: |
Valid Memory limit formats are</br>
- Suffixed with G/M/K or g/m/k - eg. 1G or 1g</br>
- Suffixed with G/M/K or g/m/k and ended with B/b - eg. 1gb or 1GB</br>
default: "4gb"
type: int
default: 4096
required: true
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resources:
limits:
cpus: 2.0
memory: 4gb
memory: 4096

clamav:
disable_clamd: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resources:
limits:
cpus: 2.0
memory: 4gb
memory: 4096

clamav:
disable_clamd: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resources:
limits:
cpus: 2.0
memory: 4gb
memory: 4096

clamav:
disable_clamd: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resources:
limits:
cpus: 2.0
memory: 4gb
memory: 4096

clamav:
disable_clamd: false
Expand Down

0 comments on commit bd920c1

Please sign in to comment.