Replies: 1 comment
-
I may have fixed the issue. I am still using the internal downloader but I changed max parallel downloads to 2 and connections to 0. The first few tests were successful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to this tool and the ARR ecosystem in general, so any help would be greatly appreciated.
I just set up sonarr and radarr and pointed them to the rdtclient based on several tutorials. Everything appears to work just fine but the client crashes during downloads. I found this issue that said to use the Bezadd downloader but how can I edit the settings when it tries to dl instantly causing another crash?
#509
Also, how can I change the logging level for rdtclient? This is what I got initially:
2024-09-28 07:44:07.389 -04:00 [ERR] RdtClient.Service.Services.Downloaders.InternalDownloader: Exception of type 'System.OutOfMemoryException' was thrown.
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at System.GC.AllocateNewArray(IntPtr typeHandle, Int32 length, GC_ALLOC_FLAGS flags)
at System.Buffers.SharedArrayPool`1.Rent(Int32 minimumLength)
at DownloaderNET.Downloader.Download(Int64 thread, Chunk chunk, CancellationToken cancellationToken)
I see this in the event viewer:
Application: RdtClient.Web.exe
CoreCLR Version: 8.0.824.36612
.NET Version: 8.0.8
Description: The process was terminated due to an unhandled exception.
Exception Info: exception code c0000005, exception address 00007FF99B27149C
Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: RdtClient.Web.exe (18064) consumed 56072577024 bytes, vmmemCmZygote (12672) consumed 562262016 bytes, and chrome.exe (6204) consumed 385191936 bytes.
I'm on Windows 11 with 16GB of RAM.
Beta Was this translation helpful? Give feedback.
All reactions