-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poor performance at max timewarp in Realism Overhaul #2247
Comments
It's worth noting that decreasing the steps in principia's prediction settings cuts my performance hit in about half. |
I was going to ask about the prediction lengths. Can you tell us how many fps you get for various settings of the number of steps? Also how many vessels do you have? I have noticed that long predictions burn a lot of CPU on the UI thread. |
Only one vessel, and I turned the prediction length down to its minimum value |
I really want to know the version of Principia you're using, because there is a bug of super low performance on MacOS due to some CPU management issues a long time ago, I believe it's fixed at the May update, but considering there's only 3 more updates after the May update, a lot of players could still have not updated their Principia. |
I remember that bug, but I'm pretty sure I'm on an up to date version: |
Have you removed the asteroids? If not, you should do so, they count as vessels and are quite expensive to integrate, especially considering that you only have 4 cores. |
I have not, thank you for pointing that out, I will try it. |
That does seem to improve performance a bit. Not nearly as smooth as when I have no vessels in orbit, but not as bad as before. I'm curious, if principia is calculating orbits for everything else in the solar system, what is it doing differently when there is one extra "thing" out there (that "thing" being an actual vessel). The only thing I could think of would be path history and projection, but I've turned those way down, and I'm timewarping from the space center and not the tracking station |
(Sorry, I missed the last question.) The difference between "no vessel" and "one vessel" is that vessels are integrated much more frequently than celestials. For celestials we use a step of 35 minutes by default. For vessels, we use 10 seconds. It makes sense when you think of it: celestials are on smooth trajectories and not much happen to them over 35 minutes. On the other hand, when you are doing a rendezvous in low orbit, you really want to know the position of the vessels all the time. (That's in warp; when not warping we do one step for every frame.) We do vessels in parallel so with 4 cores there won't be much difference between 1 vessel and 4 vessels. |
I've noticed that I have poor KSP performance when running Principia under a Realism Overhaul environment. Stock seems fine, but stock limits timewarp to 1x105, however Realism Overhaul boots that up to 6x106 (60x higher than stock). I'm assuming that's where my issues are coming from, but @eggrobin suggested I go ahead and add a ticket here.
I'm running a MacBook Pro with the following specs
The text was updated successfully, but these errors were encountered: