S
SpookyET
Java applications start under java.exe/javaw.exe and you can see in the
task manager how much memory they use. I'm wondering how much memory .NET
is using compared to Java. I have 2 programs that do the same thing, one
in Java, using 200MB, and one in C++, using 20MB of RAM. I'd like to know
how you can see how much RAM .NET is using.
I know that .NET is much faster than Java, and I know that MS wouldn't
make large parts of Longhorn managed if it would take 10 times more
resources than native apps, but there must be some overhead.
task manager how much memory they use. I'm wondering how much memory .NET
is using compared to Java. I have 2 programs that do the same thing, one
in Java, using 200MB, and one in C++, using 20MB of RAM. I'd like to know
how you can see how much RAM .NET is using.
I know that .NET is much faster than Java, and I know that MS wouldn't
make large parts of Longhorn managed if it would take 10 times more
resources than native apps, but there must be some overhead.