Skip to content

Commit

Permalink
Update eye config
Browse files Browse the repository at this point in the history
Server doubled its ram capacity so lets allow the shards a little bit
more ram before firing off a restart
  • Loading branch information
Humblemonk committed Oct 1, 2023
1 parent 1e9c6ac commit 906adf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dice_maiden.eye
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Eye.app 'dice_maiden' do
working_dir cwd
env 'BUNDLE_GEMFILE' => "Gemfile"
trigger :flapping, times: 10, within: 1.minute, retry_in: 10.minutes
check :memory, :below => 256.megabytes, :every => 60.seconds, :times => 3
check :memory, :below => 512.megabytes, :every => 60.seconds, :times => 3

group 'shards' do
chain grace: 2.seconds
Expand Down

0 comments on commit 906adf9

Please sign in to comment.