• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Mac OS X Performance Ideas?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I googled around and noticed alot of people complaining about Java running slowly but couldn't find any tips on speeding it up. On my iBook compiling takes 10 seconds and thats for a tiny little program. I fear larger projects more than 500 lines will take over a minute on my beloved iBook. and I can't play Runescape online even when RS is on low settings, its just SOO CHOPPY & slow at loading. Is there any way to speed up JRE or even compile times on my iBook without hardware upgrades? I am planning a RAM boost but I need to save up for it, 15 & no job :/

iBook Specs:

500Mhz G3
256Mb RAM
ATI RAGE II 8Mb AGP 2x

I never have any thing else running when I compile cept BlueJ, same for Runescape, just Safari. Thanks in advance
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well if you are running a java program, you can always set the -Xmx and -Xms for memory, and make sure that those values are always equal to each other, and is high enough for you application. 80% of most performance gains occur with tuning the JVM.

Mark
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also note that, sadly, G3 systems are quite slow by today's standards.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic