Quote:
also set priority to real time ... that will give sh4 priority over other processes running
|
Bad idea, that prevents other critical processes from gaining any CPU time, including some kernel processes for sound/video.
Quote:
By the way... (and kind of on topic) any gurus here got good advice on virtual memory settings? Should windows manage or is there a general rule that will give us better performance?
|
Let Windows manage it. You can never disable paging, you'll just end up putting more pressure on physical RAM than is required. Ultimately, this can lead to crashes since no available memory left == processes killed to free memory.