Jump to content

Arctic4161

Watcher
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Arctic4161

  1. Ah okay, thank you! I was not aware that the thread count was open to be adjusted via the ini. That's smart
  2. It's not a bug it's how you multithread the CMD for the different seasons. I code myself, an easy fix would be to run each season sequentially instead of in parallel. Each process is vying for memory. Would also probably help to run 2 season in parallel then run the next 2. That's just my 2 cents. Would probably speed it up too as each process is stepping on each other for memory.
  3. I agree with others here. Ram usage needs to be addressed. The program itself is awesome and we appreciate your work. On win 11 it basically uses all ram and kills off all other running programs. Used 100% virtual memory and 99.9% physical memory.
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.