• 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

2 questions on eclipse 3.1

 
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,

I am trying to find decent solution for these issues for past few weeks. Havent got a satisfactory solution yet:

  • Efficient Memory settings for eclipse

  • I have 768M Linux box; running eclipse 3.1; Its taking around 150M; My concerns are:

    i) Since I feel eclipse is too slow... Can I increase the Memory available for eclipse to 768M ?

    ii) Are there any plugins available for RH Linux which can decrease memory footprint for eclipse?
  • Deleting a java file from repository

  • I have a project derived from 4 different modules in a repository. It has happened twice that when I delete a file from local workspace and commit changes; the entire repository is lost. What is the safest way to delete a java file when project is derived from a CVS repository?



    I would appreciate any suggestions, queries, work-arounds for the above mentioned issues.
    [ April 25, 2005: Message edited by: Ravi Sathish ]
     
    Saloon Keeper
    Posts: 27762
    196
    Android Eclipse IDE Tomcat Server Redhat Java Linux
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Originally posted by Ravi Sathish:

    i) Since I feel eclipse is too slow... Can I increase the Memory available for eclipse to 768M ?

    Sure. I put 1GB on my box and adjusted the JVM -Xmx parameter. It did help some. A fast CPU is important, though. No IDE runs peppy on a 600MHz box.

    ii) Are there any plugins available for RH Linux which can decrease memory footprint for eclipse?
    If you find one, let me know, bt I doubt it. Excluding, perhaps the Eclipse speed-up project where they were converting Eclipse to compiled code.

  • Deleting a java file from repository

  • I have a project derived from 4 different modules in a repository. It has happened twice that when I delete a file from local workspace and commit changes; the entire repository is lost. What is the safest way to delete a java file when project is derived from a CVS repository?

    I don't understand that. It sounds like some sort of a CVS problem. Then again, I figure a project and a CVS module rate a 1-to-1 file correspondence. For anything bigger, I'd use interrelated projects.

     
    Hey, sticks and stones baby. And maybe a wee mention of my stuff:
    a bit of art, as a gift, the permaculture playing cards
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic