Author Topic: suggestions for computer optimization  (Read 11635 times)

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: suggestions for computer optimization
« Reply #30 on: 2016 September 14 22:34:07 »
you have an x-rite color calibrator? not sure if what's logged there re: xrdd is meaningful, but i guess i would not be surprised if the color calibration software was poorly written. i don't think i've ever owned a calibrator that didn't come with junk software.

my machine is nowhere near as bad as what's seen in your video... i'm just getting the occasional SPOD (beachball) when i never got it before on yosemite.

rob

Offline cdavid

  • PixInsight Addict
  • ***
  • Posts: 137
    • Through Space and Time
Re: suggestions for computer optimization
« Reply #31 on: 2016 September 15 04:35:01 »
Yes, I have a color Munki that I use with that software. I have had it for a few years and I never encountered issues with it with an older iMac and Yosemite. I guess I can try deleting it and see if it helps. This is frustrating to say the least.
Carlos

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: suggestions for computer optimization
« Reply #32 on: 2016 September 15 08:33:10 »
well, its true that many osx log messages are meaningless when trying to debug something. the only way to know if its relevant would be to go back in time and see if the yosemite was throwing the same messages... which is kind of impossible. unless maybe you have a backup that contains some old system logs.

rob

Offline cdavid

  • PixInsight Addict
  • ***
  • Posts: 137
    • Through Space and Time
Re: suggestions for computer optimization
« Reply #33 on: 2016 September 16 07:06:18 »
Well I deleted my Sophos antivirus software, deleted the Xrite software (temporarily), went through and deleted multiple unused apps and their extensions, etc.

Repaired permissions

Slight improvement during the initial launch, although the script loading step still takes longer than it should.  Quitting also a very slight improvement but still tends to linger for a bit before the app highlight disappears.

I tried running in safe boot mode and still saw the same behavior.

Any other ideas I might try....is there anything to the "pixinsight warning" in the console I posted?

Thanks
Carlos


Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: suggestions for computer optimization
« Reply #34 on: 2016 September 16 08:51:30 »
i suppose that your hard disk could be failing, but trying out a new internal hard disk on an imac is very painful. also a lot of work -  in theory if you had an external usb3 disk (or thunderbolt disk, even better) that you could install a fresh copy of El Cap there and see how it behaves. the problem is that you won't necessarily be able to tell if it's a problem in the software environment on your boot disk, or your boot disk itself.

anyway over the years i've seen long shutdown times come and go. not sure what causes that.

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: suggestions for computer optimization
« Reply #35 on: 2016 September 16 08:53:26 »
Hi Carlos,

Quote
is there anything to the "pixinsight warning" in the console I posted?

You can safely ignore that "com.apple.wifi.scan entitlement" console error message. I see it also on our working OS X machines. It causes no problems and has nothing to do with the issues you are having.

Quote
Slight improvement during the initial launch, although the script loading step still takes longer than it should.

As you can see on the small video I uploaded yesterday, we cannot reproduce this. Running the application and loading modules and scripts is very fast. The machine where I captured the video has tons of large applications installed, including the entire Xcode suite, music and video production software with lots of plugins, VMware Fusion with 5 virtual machines, Wolfram Mathematica (7 GB), etc. So it is not a 'free' machine by any means.

Quote
Quitting also a very slight improvement but still tends to linger for a bit before the app highlight disappears.

Quitting PixInsight is also quite fast on OS X. However, bear in mind that if you have many modified images with complex processing histories when you close the application, PixInsight has to remove many temporary swap files, sometimes involving many gigabytes of disk storage. This task may take a while, depending mainly on your hard disk and processor speed.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline msmythers

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1178
    • astrobin
Re: suggestions for computer optimization
« Reply #36 on: 2016 September 16 09:17:18 »
Being that I am totally ignorant on OSX is it possible to move the main PixInsight folder into a ramdisk for a test to see how fast it starts? This is just to eliminate PI itself.


Mike

Offline cdavid

  • PixInsight Addict
  • ***
  • Posts: 137
    • Through Space and Time
Re: suggestions for computer optimization
« Reply #37 on: 2016 September 16 10:41:45 »
Thanks everyone, this a real bummer, this machine is only 9 months old.  I'm considering deleting and re-installing Pixinsight to see if it changes anything, doubtful.

Next step I guess will be to wipe the computer and start over ...and if that doesn't work I guess a trip to apple is in order.

Frustrating to say the least.

Carlos

Offline ChoJin

  • PixInsight Addict
  • ***
  • Posts: 106
Re: suggestions for computer optimization
« Reply #38 on: 2016 September 16 12:05:08 »
if you're a developper or a sysadmin, you could try some dtrace magics (or alike) to try to analyze what the hell is happening

Offline cdavid

  • PixInsight Addict
  • ***
  • Posts: 137
    • Through Space and Time
Re: suggestions for computer optimization
« Reply #39 on: 2016 September 16 13:59:36 »
I'm  not computer savvy enough to use something like Dtrace.
Thanks for the suggestion though
Carlos

Offline cdavid

  • PixInsight Addict
  • ***
  • Posts: 137
    • Through Space and Time
Re: suggestions for computer optimization
« Reply #40 on: 2016 September 18 08:18:20 »
Just an Update everyone.  Good news!

I started looking through my computer and noticed that I had many leftover com.xxx files from various deleted old programs....ESPECIALLY the ADOBE's PS, etc. etc. etc.

I used a program I had not used in a while called MacCleanse.  I found many orphan files from old programs, etc.  I deleted all this junk and boom....PIXI is starting up back to normal!  Just as Fast as Juan's machine in the Video!  very relieved :)

Thought I would post this in case someone in the future runs into this type of problem.

Thanks again all for your help.
Carlos


Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: suggestions for computer optimization
« Reply #41 on: 2016 September 18 09:01:52 »
are you using filevault? (encrypted home directory?)

i have found that on encrypted volumes, when they get to about 90% full, they start acting really, really slow.

rob

Offline cdavid

  • PixInsight Addict
  • ***
  • Posts: 137
    • Through Space and Time
Re: suggestions for computer optimization
« Reply #42 on: 2016 September 18 09:24:19 »
Hi Rob, I have file vault off.  This was really miraculous, running the cleaner app and deleting all those files made a huge difference.  I've been playing for a while and also adjusting the number of times my Ramdisk is pointed to and the program is now running beautifully.  It starts up in seconds, the java scripts load instantaneously without the beach ball and the Benchmark test score is over 6000 for the first time ever on this machine. 

There must have been some corrupting file that was really slowing things down.

carlos

Offline msmythers

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1178
    • astrobin
Re: suggestions for computer optimization
« Reply #43 on: 2016 September 18 09:27:02 »
 :smiley:

Mike

Offline leemr

  • Newcomer
  • Posts: 4
Re: suggestions for computer optimization
« Reply #44 on: 2016 October 07 17:16:49 »
I've also noticed PixInsight can hang or take a long time to terminate, also on OS X El Capitan. Running on a mid-2012 MBP with 512Gb SSD.