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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -