Jump to content

Increase CPU Usage VW


Recommended Posts

Your CPU is already used at 100%, but only on one core. The calculations for the terrain model were not or maybe can't be parallelized, they cannot therefore be distributed over several cores. For example, with a 4-core CPU, Windows shows a load of 25% (100%/4 cores), although the full single-core performance is used. Not all calculations can be parallelized. For example, everything that has to do with rendering can be parallelized well while Geometry calculations are difficult to parallelize because the result of the calculations depends on the previous calculations.

Edited by herbieherb
  • Like 1
Link to comment
1 hour ago, herbieherb said:

Your CPU is already used at 100%, but only on one core. The calculations for the terrain model were not or maybe can't be parallelized, they cannot therefore be distributed over several cores. For example, with a 4-core CPU, Windows shows a load of 25% (100%/4 cores), although the full single-core performance is used. Not all calculations can be parallelized. For example, everything that has to do with rendering can be parallelized well while Geometry calculations are difficult to parallelize because the result of the calculations depends on the previous calculations.

 

So that would be a massive increase on productivity, to have these kind of calculation parallelized. Wishlist material, what do you thing? Worth a post on the correspondent forum?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...