AlexTheMenace Posted January 27 Share Posted January 27 I'm running rippled servers configured node_size = tiny. I've changed the value to 'huge' and restart the rippled service but the rippled cannot sync ledgers with complete_ledgers = "empty" (I'd wait for 6 hours but it still have same problem) The server's HW spec is enough to operate 'huge' rippled. The full result of 'server_info' is like below. --------------------------------------------------------------------------------------------------------- { "result" : { "info" : { "build_version" : "1.8.1", "closed_ledger" : { "age" : 5, "base_fee_xrp" : 1e-05, "hash" : "50333561DE16EBA8F221EEDFDFA69DF24AF2DD897C4813BA36DA24B0BD0FFE40", "reserve_base_xrp" : 200, "reserve_inc_xrp" : 50, "seq" : 6864 }, "complete_ledgers" : "empty", "hostid" : "LNELIBNODE1508", "io_latency_ms" : 1, "jq_trans_overflow" : "0", "last_close" : { "converge_time_s" : 3.987, "proposers" : 34 }, "load" : { "job_types" : [ { "in_progress" : 1, "job_type" : "clientCommand" }, { "job_type" : "untrustedValidation", "peak_time" : 2, "per_second" : 25 }, { "in_progress" : 4, "job_type" : "ledgerData", "waiting" : 16 }, { "job_type" : "transaction", "per_second" : 17 }, { "job_type" : "advanceLedger", "per_second" : 15 }, { "job_type" : "fetchTxnData", "peak_time" : 3, "per_second" : 15 }, { "job_type" : "trustedValidation", "per_second" : 6 }, { "job_type" : "trustedProposal", "per_second" : 11 }, { "avg_time" : 1, "job_type" : "heartbeat", "peak_time" : 2 }, { "job_type" : "peerCommand", "per_second" : 635 }, { "job_type" : "SyncReadNode", "peak_time" : 6, "per_second" : 920 }, { "job_type" : "AsyncReadNode", "peak_time" : 10, "per_second" : 10686 }, { "job_type" : "WriteNode", "per_second" : 198 } ], "threads" : 14 }, "load_factor" : 1, "network_ledger" : "waiting", "node_size" : "huge", "peer_disconnects" : "0", "peer_disconnects_resources" : "0", "peers" : 10, "pubkey_node" : "n9L5zZnfHsxmpuhHFpE2FjS8PEnybSS5HFuarujoEzYinpvxyfG4", "pubkey_validator" : "none", "published_ledger" : "none", "server_state" : "connected", "server_state_duration_us" : "29654130130", "state_accounting" : { "connected" : { "duration_us" : "29655254752", "transitions" : 2 }, "disconnected" : { "duration_us" : "1156667", "transitions" : 2 }, "full" : { "duration_us" : "0", "transitions" : 0 }, "syncing" : { "duration_us" : "0", "transitions" : 0 }, "tracking" : { "duration_us" : "0", "transitions" : 0 } }, "time" : "2022-Jan-26 08:45:36.309894 UTC", "uptime" : 29656, "validation_quorum" : 28, "validator_list" : { "count" : 2, "expiration" : "2022-May-26 00:00:00.000000000 UTC", "status" : "active" } }, "status" : "success" } } --------------------------------------------------------------------------------------------------------- Could you let me know What Can I do? Thanks in advance. Link to comment Share on other sites More sharing options...
BiasGoose Posted January 27 Share Posted January 27 Hi @AlexTheMenace! Please join the XRPL developers discord. You may find quicker answers there https://discord.gg/427qqMYwHh Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now