DG consumes the CPU power

Welcome to our Forums Technical Support Getting Started DG consumes the CPU power

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4539
    petercreate
    Participant

      I’m using dg beta to process a dataset with six columns and 0.87 m rows. The CPU power was occupied heavily. I met this problem times. Do you have an idea?

      Screen Shot 2020-07-11 at 16.16.42

      #4540
      david
      Moderator

        See if the latest version still has this issue.

        Some actions use multiple cores.  The primary users are

        Thumbnails are computed in the background, and if a lot of graphs change at the same time this can take up CPU resources.  This is generally a good thing since the machine will stay more responsive.  To avoid this, you can use the grouping mechanism for the graph (in the beta), put the graphs in a group and close the group.  The thumbnails will not be recreated.

        Exporting a movie, bitmap rendering and movie creation is done in a separate thread.

        LOESS smoothing, since it involves a lot of computation.

        Import Special, when you import data.

        I tweaked one threaded action in the latest beta, related to undoing imports/paste.  Don’t know if that affected this.

        I’m always interested in cases where DataGraph feels slow.  The steps to fix that is to look into the algorithm used, and then start threading the operation.  That will increase the CPU power to over 100%, but with machines getting more and more cores this is how that extra CPU power is used.

        Note however if the memory footprint increases unreasonably.  That really slows down the machine as it needs to swap memory to disk.

        #4541
        petercreate
        Participant

          Interesting! I’m using the beta 4.6 version. As I mentioned in a separate thread, I once installed two versions of dg (commercial and beta) concurrently and found the beta working extremely influenced, even without opening the commercial version. And sometimes, the beta was just dead and jumped out. Well, thank you for sharing this experience.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.

        Welcome to our Forums Technical Support Getting Started DG consumes the CPU power