SixoneKui
SixoneKui
Please see this. It has used 49GB and this number will increase till out of memory (64GB).
ubuntu 22.04.3 LTS acala node version 2.21.0 (should I use 2.20.0?) Logs: My RAM is 64GB Ram PID USER PR NI VIRT RES SHR S CPU MEM TIME+ COMMAND 20605...
I have switched to 2.20. This issue still occurs . See the log below: 2023-10-05 02:29:42 [Parachain] ✨ Imported #4600692 (0xc7d6…cd25) 2023-10-05 02:39:28 Acala Node 2023-10-05 02:39:28 ✌️ version 2.20.0-unknown...
Thanks, I will try. Now I am using Hetzner Cloud .
this memory issue seems still there with other Sever (digital ocean) every time the process reaches 8551424 then the ram usages goes high, above 16GB, and then the procedure is...
> If you are not build an archive mode, I will suggest enable wrap sync > > `docker run -it --privileged=true acala/acala-node:2.20.0 --base-path=/acala/data --chain=acala --name=aaaa --rpc-external --rpc-cors=all --rpc-port=9933 --sync=warp --...
Hi, this command works. Thank you. But I met another problem. I tried the command below. I remember --ws-port=9944 works before. But it now gives "error: unexpected argument '--ws-external' found"...
Hi, I tried to enable wrap sync with: --sync=warp -- --sync=warp But I see below Error: Service(Other("Warp sync enabled, but no warp sync provider configured.")) how to solve this ?...
2024-05-06 03:47:18 ⏩ Warping, Waiting for 3 peers to be connected, **0.00 Mib (16 peers),** best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 57 B/s ⬆ 64 B/s 2024-05-06 03:47:18 [Relaychain]...
> ``` > sudo docker run -it --privileged=true -v /my disk:/acala/data acala/acala-node:2.24.0 --base-path=/acala/data --chain=acala --name=name --rpc-external --rpc-cors=all --rpc-port=9933 -- --sync=warp > ``` > > remove the `--sync=warp` from the parachain...