Forum Discussion
Altera_Forum
Honored Contributor
14 years agook I tried to find a solution to configure the JVM.
the switch to expand java heap size memory is -Xmx2048m where 2048 is the size of maximum heap memory I want to allocate. The issue is where can I use this switch? In some examples I saw this switch is used like a parameter of the application. The application that I want to expand heap size memory is ip-generate. So I tried with a command-line like that:ip-generate -Xmx2048m --project-directory=D:/myproject --output-directory=D:/myproject/synthesis/ --file-set=QUARTUS_SYNTH --report-file=sopcinfo:D:/myproject/system.sopcinfo --report-file=qip:D:/myproject/synthesis/system.qip --system-info=DEVICE_FAMILY="Stratix IV" --component-file=D:/myproject/system.qsysBut it makes an error: --- Quote Start --- Error: Unrecognized switch Xmx2048m --- Quote End --- I forgot to specity that I'm working on windowsXP-64bit and so I use NiosII 11.1 command shell to launch this command-line. Thanks for your responce.