Skip to content

Commit

Permalink
bump to 2 instances
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Jul 14, 2024
1 parent 6238868 commit 2043995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
name: 'reddit-viewer.com', // Name of the app.
script: 'npm', // Specifies the script runner.
args: 'start', // Specifies the script to run.
instances: 1, // Can be scaled up if needed.
instances: 2, // Can be scaled up if needed.
autorestart: true, // Automatically restart if the app crashes.
watch: false, // Turned off in production to avoid unintentional restarts.
max_memory_restart: '1G', // Restart the app if it reaches the memory limit.
Expand Down

0 comments on commit 2043995

Please sign in to comment.