ide - Out of memory error with netbeans and eclipse -
i created c++ project in netbeans , getting out of memory error on ubuntu 10.10. tried increasing heap space in netbeans.conf file. didn't work. same problem eclipse well.
can suggest workaround or alternate ides c++ development ?
are sure it's ide issue , not programmatic one? did check invalid memory access, memory leaks, doubly freeing memory, using new memory allocation , delete freeing up, thread accessing stack memory of different thread?
Comments
Post a Comment