This is the mail archive of the java@gcc.gnu.org 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] |
| Other format: | [Raw text] | |
Hi,
Is there any way in gcj compilation to tell the compiled executable to allocate more memory?
I mean something like -Xmx JVM argument when running a pure Java application.
Not that I know of. It's not something you'd need, anyway: our gc doesn't allocate memory in a single block as Sun's JVM does.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |