This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
How large is your heap (i.e. output of Runtime.getRuntime().totalMemory())Runtime.getRuntime().totalMemory() report 196608
Assuming that this is bytes, it's clearly too small for what I'm doing. It very likely that there are other problems with the program I'm working on, but I do need to increase this.
From earlier discussions, I gather that I should rebuild the gc with -DLARGE_CONFIG
Where does this get set?
Thanks,
Barnet
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |