|
IntelliJ :
* Total Bytes: 76,582,715
* Total Classes: 14,368
Eclipse:
* Total Bytes: 62,112,960
* Total Classes: 11,428
NetBeans:
* Total Bytes: 31,576,772
* Total Classes: 10,583
It's clear here the NetBeans is the one that'll use up less of the heap using half the bytes that Eclipse needs. IntelliJ seems to need a lot more.
The Monitor View is also interesting to look at as your application is running. Here I simply looked at the threaded local classes. Eclipse almost hits 25K, IntelliJ gets closer to 27K, while NetBeans stays below 20K |
|