Cheng Wang
Cheng Wang
> ```shell > sync_file_range > ``` We only saw this issue in older version of WSL on windows, as `sync_file_range` is not supported back then. Are you running your system...
> @polarker yes, run Ubuntu of WSL on windows. i try other machine. thanks. It should work if you upgrade your WSL to the latest version
@ferdinandhodl nice catch! bounty added
@simerplaha thanks for the issue report, I missed it somehow. I am not that familiar with the code, could you try to make a fix PR?
> Hi, I runs a dockerized mainnet full node, it was fully sync-ed when I switched it to testnet by adding these to the user.conf alephium.network.network-id = 1 alephium.discovery.bootstrap =...
Prerequisites: 1. remove sbt-docker 2. migrate macros 3. waiting for fastparse's Scala3 support
It's not a priority for now.
@blackmennewstyle It requires 4GB memory to compile now. I just added a commit to set the default maximal memory to 4GB. It should solve your problem.
@simerplaha This looks like a great plan ❤️ Just one remarks: Please make sure the commits are easier to review, don't mix refactorization with breaking changes. Code review is critical...
@racnar777 Could you paste the exact error message? It's not related to this issue I think