Say, \"run myApp.jar with cpu=800 and memory=1024\"
Ive been doing java programming for many years and it is an embarrasment to ask this question. I don\'t even know
you can limit memory usage by -Xmx option and you can limit CPU usage by setting priority of the process and/or CPU affinity.