Forum Discussion
Altera_Forum
Honored Contributor
14 years agoproblem of large design with Qsys
Hi all, I'm designing a network of processor (Nios II) with Qsys 11.1. There are 32 niosII in my design and I use the ip-generate command-line. The issue is Qsys can't generate the sopci...
Altera_Forum
Honored Contributor
14 years agoOn a unix system you could arrange to make a shell script be run instead of the jvm (either by putting it earlier in $PATH, or renaming the real jvm) containing:
# !/bin/sh real_jvm -Xmx2048m "$@" but I suspect that won't work on cygwin - does depend on exactly how the binary (which is probably using the cygwin library) actually starts the jvm.