• 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

WebSphere CE + Eclipse = Out of Memory

 
author
Posts: 4335
39
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have WebSphere CE installed, can configured memory in the setenv.bat file, and start it up on its own fine.

When I try to start in eclipse (after installing the WASCE plugin), it seems to ignore the memory options and start with 64MB leading to out of memory errors quickly.

What files/configuration does the plugin use to start WebSphere CE and how do I modify them?
[ February 07, 2008: Message edited by: Scott Selikoff ]
 
Scott Selikoff
author
Posts: 4335
39
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nevermind, I figured it out. You have to use a more eclipse-like interface... Open the run dialog and modify the VM arguments such as adding: -Xms1024m -Xmx1024m

I suppose I should have figured it out sooner, but I never thought Servers would appear in the Run dialogue. Seems like they should be separate entities given their large config options such as what the bat files do.
reply
    Bookmark Topic Watch Topic
  • New Topic