Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#21021 | Link | ||
Registered User
Join Date: Mar 2011
Posts: 470
|
Quote:
Quote:
EPYC absolutely has NUMA. Motherboard: https://www.supermicro.com/en/produc...oard/h13ssl-nt Processor: https://www.amd.com/en/products/proc...pyc-9355p.html Memory: 6 x Micron MTC20F2085S1RC64BD2 Memory 32GB DDR5 6400MHz RDIMM My testing with NUMA with RB showed no real performance gains compared to using threads. Since I'm using a virtual machine and my server is doing other workloads, using NUMA would not give me the flexibility to fully utilize the resources of the server. So threaded is what I'll need to use. |
||
![]() |
![]() |
![]() |
#21022 | Link | |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,915
|
Would be a problem for you guys using Distributed Encoding mode if I replaced PC name to IP address in UNC paths?
\\192.168.0.1\Ripbot264temp instead of \\MY-PC\Ripbot264temp Is there any disadvantage of using IP address in path? What are your thoughts? ChatGPT4 gives this answer Quote:
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper Last edited by Atak_Snajpera; 4th January 2025 at 18:12. |
|
![]() |
![]() |
![]() |
#21023 | Link | |
Registered User
Join Date: Aug 2020
Location: Pennsylvania
Posts: 172
|
Quote:
In fact I used to have a machine I wanted to add to the mix, but I kept an active vpn connection on that one, and I had issues with the name resolution back to the client. \\ip\share would have connected back just fine. I don't remember if I found a work around or not. I say go for it!! |
|
![]() |
![]() |
![]() |
#21024 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,844
|
Go for direct IP addressing +1, as soon as I adressed storage servers manually here: even for control, not bulk data the whole rig became snappier.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
![]() |
![]() |
![]() |
#21025 | Link |
Guest
Posts: n/a
|
Multipass
@ Ryushin,
So why an EPYC, and not Threadripper or Xeon ? @ rlev11, Yes, that last chunk is the worst thing with DE, and inevitably the last is is always the biggest, and 99% of the time ends up being on the slowest PC in the "pool" ![]() And what exacerbates the situation more, is if the slowest PC is way slower than the rest ![]() In a perfect world all the PC's need to be the same. It would be nice if the last chunk was the smallest. @ Atak_Snajpera, Actually shocked that you're asking the "community" about a possible change to DE, you generally make changes, release them without much or any explanation or instruction, and the user has to figure it out for themselves. If this change is implemented, and provides better stability & connectivity, then by all means. |
![]() |
![]() |
#21026 | Link |
Guest
Posts: n/a
|
I just updated RB on my 7950X, and I noticed that this setting doesn't change depending on the PC used, or the video that's loaded...
Code:
SetCacheMode(CACHE_FAST_START) SetMemoryMax(8192) #PREFETCH_LIMIT=12 Code:
SetCacheMode() SetMemoryMax(20480) The Prefetch_Limit setting can be changed, so why not the SetMemoryMax, on the same page. |
![]() |
![]() |
#21027 | Link | |
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,812
|
Quote:
![]()
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
|
![]() |
![]() |
![]() |
#21030 | Link | |
Registered User
Join Date: Feb 2002
Posts: 168
|
Quote:
|
|
![]() |
![]() |
![]() |
#21031 | Link | |
Registered User
Join Date: Aug 2020
Location: Pennsylvania
Posts: 172
|
Quote:
|
|
![]() |
![]() |
![]() |
#21032 | Link |
Registered User
Join Date: Mar 2011
Posts: 470
|
Info.txt Missing - Bug?
I set up a new job to run and it failed. I got an error about info.txt missing. Went into the job and found info1.txt. Renamed it to info.txt and the job ran fine form that point on. Could be a new bug from the recent changes.
|
![]() |
![]() |
![]() |
#21033 | Link | |
Registered User
Join Date: Aug 2020
Location: Pennsylvania
Posts: 172
|
Quote:
I only did a few quick encodes so far with the updated encodingclient with no issues. will be able to fire up the whole farm in a couple days to do a more thorough test. Pretty sure the only file that changed was encodingclient.exe. Looked like everything else remained at the same version number. I would try the same video again and just use mdegrain and see if it at least starts encoding as a test. |
|
![]() |
![]() |
![]() |
#21035 | Link | |
Registered User
Join Date: Aug 2020
Location: Pennsylvania
Posts: 172
|
Quote:
See my post from 27 November about adding in the boost setting to the control panel power settings https://forum.doom9.org/showthread.p...72#post2010572 |
|
![]() |
![]() |
![]() |
#21036 | Link | |
Registered User
Join Date: Mar 2011
Posts: 470
|
Quote:
|
|
![]() |
![]() |
![]() |
#21037 | Link | |
Registered User
Join Date: Feb 2002
Posts: 168
|
Quote:
|
|
![]() |
![]() |
![]() |
#21038 | Link | |
Registered User
Join Date: Aug 2020
Location: Pennsylvania
Posts: 172
|
Quote:
then I made two .bat files on my desktop, balanced.bat and highperf.bat. for balanced.bat I used this command powercfg /s 381b4222-f694-41f0-9685-ff5bb260df2e For Highperf I used this command: powercfg /s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c These worked on all my machines, so the strings should be the same. A cmd of powercfg /l will list all your power plans along with the string to use if there is a difference. Now I can switch on the fly at anytime just by double clicking the power plan i need at the time. Last edited by rlev11; 8th January 2025 at 20:53. Reason: additional line |
|
![]() |
![]() |
![]() |
#21039 | Link | |
Registered User
Join Date: Mar 2011
Posts: 470
|
Quote:
So everything is happy now. Full speed ahead. |
|
![]() |
![]() |
![]() |
#21040 | Link | |
Registered User
Join Date: Aug 2020
Location: Pennsylvania
Posts: 172
|
Quote:
|
|
![]() |
![]() |
![]() |
Tags |
264, 265, appletv, avchd, bluray, gui, iphone, ipod, ps3, psp, ripbot264, x264 2-pass, x264 gui, x264_64, x265, xbox360 |
Thread Tools | Search this Thread |
Display Modes | |
|
|