I didn't mean 2.5Mb per copy of the JVM. I meant per runtime within the JVM. These are run as threads, rather than processes.
So we're really comparing
n instances of MRI * 50Mb
1 JVM + (n * 2.5Mb)
Sorry, what I said originally is easily misleading.
I didn't mean 2.5Mb per copy of the JVM. I meant per runtime within the JVM. These are run as threads, rather than processes.
So we're really comparing
vs Where the cost of the JVM itself is amortised over the application instances.Sorry, what I said originally is easily misleading.