Skip to content

Commit

Permalink
Update dev double hashing configuration
Browse files Browse the repository at this point in the history
* Bump up dhstore CPU cores to 7
* Reduce ago ingest worker count to 5
* Temporarily disable ago writes to let dhstore do compaction
  • Loading branch information
ischasny committed May 19, 2023
1 parent 2ca4898 commit 1e6e83a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ spec:
mountPath: /data
resources:
limits:
cpu: "6"
cpu: "7"
memory: 60Gi
requests:
cpu: "6"
cpu: "7"
memory: 60Gi
ports:
- containerPort: 40081
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"HttpSyncRetryWaitMax": "30s",
"HttpSyncRetryWaitMin": "1s",
"HttpSyncTimeout": "10s",
"IngestWorkerCount":15,
"IngestWorkerCount":5,
"KeepAdvertisements":true,
"PubSubTopic": "/indexer/ingest/mainnet",
"RateLimit": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ images:
- name: storetheindex
newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex
newTag: 20230512195327-cf757c4b07fb5685ccccd964a16284dd6348295f


replicas:
- name: ago-indexer
count: 0

0 comments on commit 1e6e83a

Please sign in to comment.