Skip to content

Commit

Permalink
you guessed it, oom
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jul 7, 2024
1 parent b093099 commit 9ecf519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/main/apps/default/qbittorrent/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
TZ: America/New_York
QBITTORRENT__PORT: &port 80
QBITTORRENT__BT_PORT: &bittorrentPort 50413
QBT_Application__MemoryWorkingSetLimit: 10000
QBT_Application__MemoryWorkingSetLimit: 12000
QBT_Preferences__WebUI__AlternativeUIEnabled: false
QBT_Preferences__WebUI__AuthSubnetWhitelistEnabled: true
QBT_Preferences__WebUI__AuthSubnetWhitelist: |-
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
requests:
cpu: 100m
limits:
memory: 12Gi
memory: 14Gi
defaultPodOptions:
securityContext:
runAsNonRoot: true
Expand Down

0 comments on commit 9ecf519

Please sign in to comment.