Skip to content

Commit 047fa58

Browse files
committed
db s3 action
1 parent 16ad405 commit 047fa58

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ go1.*
3838
/metric_monitor/helm-charts/thanos-receive/charts/
3939
/metric_monitor/helm-charts/thanos-receive/Chart.lock
4040
/metric_monitor/store-data/
41+
42+
*.pub

tools/docker/codepipeline/docker-compose.fullnode.main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
services:
22
tron-node-mainnet:
33
container_name: tron-node
4-
image: tronprotocol/java-tron:v4.7.7 # Add specific tag if needed
5-
mem_limit: 16g
4+
image: tronprotocol/java-tron:GreatVoyage-v4.7.7 # Add specific tag if needed
5+
mem_limit: 32g
66
ports:
77
- "8090:8090"
88
- "8091:8091"
@@ -15,6 +15,6 @@ services:
1515
- ../output-directory:/java-tron/output-directory
1616
command:
1717
- -jvm
18-
- "{-Xmx14g -Xms12g -XX:+UseConcMarkSweepGC}" # Using environment variable for JVM arguments
18+
- "{-Xmx30g -Xms28g -XX:+UseConcMarkSweepGC}" # Using environment variable for JVM arguments
1919
- -c
2020
- /java-tron/conf/main_net_config.conf

0 commit comments

Comments
 (0)