memory - Javac -Xmx to limit VM usage -
is there way limit maximum virtual memory usage of javac? when running java, can run "-xmxam" (where number of free megabytes) limit it. there javac that? thanks.
i don't think so. compiler need build full syntax tree, etc, in order work, limiting memory usage wouldn't best of ideas.
Comments
Post a Comment