You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, first of all thanks a lot for all you do around Bittorrent and for this project ! I've been using another one to crawl locally but as you said on the orange website it's not good if nodes are not behaving properly, so I trust your project to be much better.
I tried to run it but some of the options are so old that they were not only deprecated but removed. I'm talking about the Concurrent Mark and Sweep Garbage Collector, which has been removed in JRE 14 (see https://openjdk.org/jeps/363). There are other options as well.
Here's a diff of the options I currently use with JRE 21:
Those settings were optimized for a machine with lots of addresses and like 20k packets per second anyway. If you're running something smaller then they're not necessary and G1GC would probably work fine too.
Hey there, first of all thanks a lot for all you do around Bittorrent and for this project ! I've been using another one to crawl locally but as you said on the orange website it's not good if nodes are not behaving properly, so I trust your project to be much better.
I tried to run it but some of the options are so old that they were not only deprecated but removed. I'm talking about the Concurrent Mark and Sweep Garbage Collector, which has been removed in JRE 14 (see https://openjdk.org/jeps/363). There are other options as well.
Here's a diff of the options I currently use with JRE 21:
PrntGCDateStamps
doesn't exist, I removed all gc logging because I'm not going to develop on itThe text was updated successfully, but these errors were encountered: