-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
System information
nohup java -Xms20G -Xmx59G -XX:ReservedCodeCacheSize=256m
-XX:MetaspaceSize=256m -XX:MaxMetaspaceSize=512m
-XX:MaxDirectMemorySize=1G -XX:+PrintGCDetails
-XX:+PrintGCDateStamps -Xloggc:gc.log
-XX:+UseConcMarkSweepGC -XX:NewRatio=2
-XX:+CMSScavengeBeforeRemark -XX:+ParallelRefProcEnabled
-XX:+HeapDumpOnOutOfMemoryError
-XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=70
-jar FullNode.jar -c main_net_config.conf --es >> start.log 2>&1 &
- What did you do?
I want using my fullnode to retrieve account assets:
- What did you expect to see?
List of assets of given base58 address
- What did you see instead?
nothing