Skip to content

Commit

Permalink
CHG - moved PacketStream limit to medium
Browse files Browse the repository at this point in the history
  • Loading branch information
MRColorR committed Feb 8, 2024
1 parent dc9f47b commit bfe4abf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
######################################################################
## PROJECT_VERSION
PROJECT_VERSION=3.3.6
PROJECT_VERSION=3.3.7
## PROJECT NAME
COMPOSE_PROJECT_NAME=money4band
DS_PROJECT_SERVER_URL=https://discord.com/invite/Fq8eeazBAD
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ services:
#ENABLE_PACKETSTREAM - CID=$PACKETSTREAM_CID
#ENABLE_PACKETSTREAM # network_mode: service:tun2socks
#ENABLE_PACKETSTREAM restart: always
#ENABLE_PACKETSTREAM cpus: ${APP_CPU_LIMIT_LITTLE}
#ENABLE_PACKETSTREAM mem_reservation: ${APP_MEM_RESERV_LITTLE}
#ENABLE_PACKETSTREAM mem_limit: ${APP_MEM_LIMIT_LITTLE}
#ENABLE_PACKETSTREAM cpus: ${APP_CPU_LIMIT_MEDIUM}
#ENABLE_PACKETSTREAM mem_reservation: ${APP_MEM_RESERV_MEDIUM}
#ENABLE_PACKETSTREAM mem_limit: ${APP_MEM_LIMIT_MEDIUM}

# TRAFFMONETIZER CONTAINER
#ENABLE_TRAFFMONETIZER traffMonetizer:
Expand Down

0 comments on commit bfe4abf

Please sign in to comment.