Commit ec556e9 1 parent 7c7f3e7 commit ec556e9 Copy full SHA for ec556e9
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ runtime_config:
13
13
14
14
resources :
15
15
cpu : 1
16
- memory_gb : 1.6
16
+ # steady state memory usage is only .5-1G, but spikes when we're working
17
+ # through a backlog of commits
18
+ # https://github.com/snarfed/bridgy-fed/issues/1266#issuecomment-2321863960
19
+ memory_gb : 3.6
17
20
18
21
# can't be internal because Bluesky relay(s) need to be able to connect to us
19
22
# over websocket for subscribeRepos
@@ -29,7 +32,7 @@ env_variables:
29
32
MOD_SERVICE_DID : did:plc:ar7c4by46qjdydhdevvrndac
30
33
# ...or test against labeler.dholms.xyz / did:plc:vzxheqfwpbi3lxbgdh22js66
31
34
32
- ROLLBACK_WINDOW : 50000
35
+ ROLLBACK_WINDOW : 100000
33
36
SUBSCRIBE_REPOS_BATCH_DELAY : 10
34
37
35
38
# need only one instance so that new commits can be delivered to subscribeRepos
You can’t perform that action at this time.
0 commit comments