Skip to content

Commit

Permalink
Merge pull request #185 from lidofinance/fix/increase-memory-limit
Browse files Browse the repository at this point in the history
fix: memory limit
  • Loading branch information
Amuhar authored Oct 17, 2023
2 parents f3dca75 + 5e5fd43 commit 28b6c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/health/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const HEAP_USED_THRESHOLD = 4 * 1024 * 1024 * 1024; // 4Gb
export const HEAP_USED_THRESHOLD = 8 * 1024 * 1024 * 1024; // 8Gb

0 comments on commit 28b6c22

Please sign in to comment.