This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.
  • 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

WSAD memory problem: Anyone else?

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've been working on a project that has three distributed components. One uses JSF pages, the other two are straight J2EE MDB servers that provide support for the first.

With the JSF project, and only that one, I have a problem while developing: I run out of memory in the tool. It starts out at about 138M, and climbs up to 200M (little by little) and then I need to close down and restart or loose my workbench settings due to an out-of-memory error.

I'm using WebSphere Studio Application Developer (Windows) Version: 5.1.2. Running it with JVM 1.4.2 and have added extra memory parameters. (eclipse.exe -vm C:\j2sdk1.4.2_05\jre\bin\javaw.exe -Xms 350m -Xss 200m)

Has anyone else experienced this? is this a known problem with IBM? I found a fix on the IBM site (http://www-1.ibm.com/support/docview.wss?rs=800&context=SS7JFU&q1=interim+006&uid=swg24008457&loc=en_US&cs=utf-8&lang=en) but this seems to be for "WebSphere Studio Site Developer - Express v5.1.1".

Thanks.


H
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi there,

I had run in with the same problem of memory out of space. As a solution i had increased my RAM to 1 GB. Try also increasing your virtual memory. After doing all this i had not run into the problem. You can try them and reply me back
 
H Sivad
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Murtaza Husain:
hi there,

I had run in with the same problem of memory out of space. As a solution i had increased my RAM to 1 GB. Try also increasing your virtual memory. After doing all this i had not run into the problem. You can try them and reply me back



Thanks. I have 1.25G memory, but just changed the virtual from 1526 max to 3072. I'll let you know how that works.

H
 
H Sivad
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by H Sivad:


Thanks. I have 1.25G memory, but just changed the virtual from 1526 max to 3072. I'll let you know how that works.

H



It didn't. Still crash @ 200m of memory.
 
When I was younger I felt like a man trapped inside a woman’s body. Then I was born. My twin is a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic