| View previous topic :: View next topic |
| Author |
Message |
Michael Myers Guest
|
Posted: Thu Sep 11, 2003 9:15 pm Post subject: Increase Jbuilder 8 Memory Heap Size |
|
|
What parameters and what file do I need to update to increase the java heap size in JBuilder. I thought it was the Jbuilder8/bin/Jbuilder.config file and tweeking the vmparms mx and ms parameters but it did not show increase memory when select Help/About/Info Java Heap size. Any ideas on how I can increase the memory on JBuilder would be appreciated.
Thanks...
|
|
| Back to top |
|
 |
Kevin Dean Guest
|
Posted: Thu Sep 11, 2003 9:40 pm Post subject: Re: Increase Jbuilder 8 Memory Heap Size |
|
|
That file and those parameters are correct. However, they set minimum and
maximum values; Java won't pre-allocate the maximum memory but rather will
take it as it needs it.
--
Check out our latest white papers at
http://www.datadevelopment.com/papers/index.html
BladeNET Scores With Borland Enterprise Tools
Team Development with JBuilder and Borland Enterprise Server
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
"Michael Myers" <michael.j.myers (AT) schriever (DOT) af.mil> wrote
| Quote: |
What parameters and what file do I need to update to increase the java
heap size in JBuilder. I thought it was the Jbuilder8/bin/Jbuilder.config |
file and tweeking the vmparms mx and ms parameters but it did not show
increase memory when select Help/About/Info Java Heap size. Any ideas on
how I can increase the memory on JBuilder would be appreciated.
|
|
| Back to top |
|
 |
Gillmer J. Derge (TeamB) Guest
|
Posted: Thu Sep 11, 2003 10:12 pm Post subject: Re: Increase Jbuilder 8 Memory Heap Size |
|
|
"Michael Myers" <michael.j.myers (AT) schriever (DOT) af.mil> wrote
| Quote: | What parameters and what file do I need to update to increase the java
heap size in JBuilder. I thought it was the |
Jbuilder8/bin/Jbuilder.config file
Close. It's the jdk.config file.
--
Gillmer J. Derge (TeamB)
|
|
| Back to top |
|
 |
Kevin Dean Guest
|
Posted: Thu Sep 11, 2003 11:58 pm Post subject: Re: Increase Jbuilder 8 Memory Heap Size |
|
|
jdk.config is included by a directive in jbuilder.config. The values in
jbuilder.config will override any similar values in jdk.config.
--
Check out our latest white papers at
http://www.datadevelopment.com/papers/index.html
BladeNET Scores With Borland Enterprise Tools
Team Development with JBuilder and Borland Enterprise Server
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
"Gillmer J. Derge (TeamB)" <spam (AT) gillmerderge (DOT) com> wrote
| Quote: | "Michael Myers" <michael.j.myers (AT) schriever (DOT) af.mil> wrote in message
news:3f60e5d7$1 (AT) newsgroups (DOT) borland.com...
What parameters and what file do I need to update to increase the java
heap size in JBuilder. I thought it was the
Jbuilder8/bin/Jbuilder.config file
Close. It's the jdk.config file.
--
Gillmer J. Derge (TeamB)
|
|
|
| Back to top |
|
 |
Michael Myers Guest
|
Posted: Fri Sep 12, 2003 3:32 pm Post subject: Re: Increase Jbuilder 8 Memory Heap Size |
|
|
How come when adding memory to the minimum and maximum it is not reflected in the Help/About/Info Memory Heap?
"Kevin Dean" <NkOdSePaAnM (AT) datadevelopment (DOT) com> wrote:
| Quote: | jdk.config is included by a directive in jbuilder.config. The values in
jbuilder.config will override any similar values in jdk.config.
--
Check out our latest white papers at
http://www.datadevelopment.com/papers/index.html
BladeNET Scores With Borland Enterprise Tools
Team Development with JBuilder and Borland Enterprise Server
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
"Gillmer J. Derge (TeamB)" <spam (AT) gillmerderge (DOT) com> wrote in message
news:3f60f356 (AT) newsgroups (DOT) borland.com...
"Michael Myers" <michael.j.myers (AT) schriever (DOT) af.mil> wrote in message
news:3f60e5d7$1 (AT) newsgroups (DOT) borland.com...
What parameters and what file do I need to update to increase the java
heap size in JBuilder. I thought it was the
Jbuilder8/bin/Jbuilder.config file
Close. It's the jdk.config file.
--
Gillmer J. Derge (TeamB)
|
|
|
| Back to top |
|
 |
Valentino Kyriakides Guest
|
Posted: Fri Sep 12, 2003 5:32 pm Post subject: Re: Increase Jbuilder 8 Memory Heap Size |
|
|
"Michael Myers" <michael.j.myers (AT) schriever (DOT) af.mil> schrieb im Newsbeitrag
news:3f61e709$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
How come when adding memory to the minimum and maximum it is not reflected
in the Help/About/Info Memory Heap?
|
The info memory view shows the actual "used" and "allocated" heap memory
from the overall VM memory, so if JB's underlayed VM needs more memory it
will occupy this dynamically on demand from the minimum setup memory of the
VM until the maximal upper range of maximum memory.
You can see this maybe better with one of my JB MemoryMonitor OTs, which you
can download from Borland's CodeCentral JBuilder OPenTools section.
-Valentino
|
|
| Back to top |
|
 |
|