Skip to content

Commit

Permalink
Further decrease memory consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Mar 5, 2024
1 parent 5023b2c commit c52f977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
"--setParameter",
"transactionLifetimeLimitSeconds=90",
"--wiredTigerCacheSizeGB",
"0.5", # 512MB
"0.4", # ~400MB
"--replSet",
"rs0",
]
Expand Down
2 changes: 1 addition & 1 deletion envs/compose/dev.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
LISTEN=127.0.0.1:49223
WORKERS=3
WORKERS=2

0 comments on commit c52f977

Please sign in to comment.