8 gigabytes of memory, solid state drive, running a small project, why will myeclipse get stuck over a long time and have to be rebooted?

it"s usually smooth, as long as it takes a long time (for example, 2 days is okay? ), myeclipse will be very stuck

Apr.03,2021

  1. myeclipse is a IDE , which is a window program. If you have done a window program, you will know that this thing ( without special optimization ) is not designed to run all day at all, which involves the huge overhead of maintaining the message queue used by the window (assuming you are running on windows ) and window handles;
  2. IDE needs to do some extra operations such as monitoring threads for the running project , in which case the running cost of your project is not as small as you think.
Menu