When we open a eclipse which runs in its own jvm and we can set memory for jvm in eclipse.inf file.
When we open the eclipse and run any maven commands from maven for example
mvn jetty:run
this runs on how many jvms..?
Is that the one java for maven command to execute and other for running jetty?