Jump to content

scommander2

Members
  • Posts

    1275
  • Joined

  • Last visited

Everything posted by scommander2

  1. As far as I know, when the changes are made with "apply" and all settings are applied into the NVCP configuration, so we do not need to run inspector when flying DCS
  2. Hi, Has anyone tried Lossless Scaling multi frame generation with DCS yet for iGPU + GPU? Any recommendations? Thanks.
  3. Is it from the following link? https://chucksguides.com/aircraft/dcs/ah-64d/
  4. Good to know and I have never done on the ground so I do not know that is the issue...
  5. What type of USB is the drive F connects with? USB 2.0 (guessing)? Compare with the USB type for the drive H?
  6. Drive F definitely is too slow to load the big data for sure.
  7. A good catch the "external" drive... Try CrystalDiskMark for the disk benchmark... EDIT: I checked the Intel website for i9-10900K, and it reports 10 cores/20 threads, not sure Windows reported correctly... I am wondering the cores got disabled by Windows according to the following doc: Why Does my System Have Fewer or Missing Cores?
  8. A quick question: the CPU has 10 cores, is it right? Another question, what was the memory usage while running DCS since there is 32G memory? Have tried to increase the size of the paging size?
  9. There was (is) a thread about the stutter in the low-level fly by a big forest, and it has nothing to do with G-Sync... For example, the trees are no longer the static objects, and the wind blows trees and leaves move... it is required the heavy rendering (I think).
  10. I am wondering that my DCS server is behind the firewall with NAT, therefore, the region does not work?!
  11. The server setting "IP address" is disabled so I can't enter the public IP address. Is it the root cause?
  12. Hi, I just realize that my DCS dedicated server does not have a region while I search my server through the DCS multiplayer screen. I though the region should be based on the IP address that is landed in the specific region, but it seems not. What is the step that I have missed. Thanks.
  13. It is a excellent question. Based on the update, HB is very busy on their on-going projects, therefore, they have not updated any patch yet. If I am thinking in the bright side, maybe they are also fixing the issues while working on the F-14 stuff at the one shot since the same spots of codes they are working on (sorry that I am coming from my development experience), why not and hope it is the case. Well, shall we wait and see? Thanks.
  14. An update from HB from discord at: https://discord.com/channels/1071433028045377637/1071574236403081287/1395028665775161364 Below, some quotes are related to F-14 for "A" and "B(U)":
  15. Thank @Special K. If one parked core becomes the unparked state later while DCS has ran a while, it is too late for DCS to put this core into the core pool so DCS won't schedule a task on it. Is it correct? Thanks.
  16. I am wondering that offs the mission execution from the client to the server, what is the big advantage at the client side if I am one user? To have the server handles the computation of AI objects (if many of them)? Then, it is a big advantage.
  17. the keyboard and HOTAS bindings are under: <somewhere>\Saved Games\DCS\Config\Input\F-14 <somewhere> under c:\users\<my_user_id> How about try "Instant Action" first to verify the default setup from HB?
  18. I do not think DCS can leverage the distribute computing now as I know. However, I run DCS on one computer and MovingMap (likes F-10 view) on another computer.
  19. Yes, it should be applied to Win 10 and 11 according to: Overview about power and performance tuning for the Windows Server | Microsoft Learn For me, I have both CPMAXCORES and CPMINCORES to be decimal 100. To find out the registry UUIDs for two GUIDs, CPMAXCORES and CPMINCORES : powercfg -qh for these two keywords. EDIT: Bitsum ParkControl can verify the core parking/unparking.
  20. Beside PL, the process affinity can be set though Task manager->Details->[select dcs.exe]->[click mouse right button for "set affinity] With the script: : : set CPU affinity to the process : : Binary to Decimal at https://www.rapidtables.com/convert/number/hex-to-decimal.html : For example for 12 P-Cores : Binary = 1111111111111111 : Decimal = 4095 : "1" - select : "0" - not select : powershell.exe "$process = Get-Process \"dcs\"; $process.ProcessorAffinity = 4095"
  21. instead of disabling E-Cores, why not set dcs.exe to be bounded with all P-Cores alone. Let E-Cores take care the background processes to reduce the system context switches within P-Cores.
×
×
  • Create New...