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.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ba4b-2aff2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ba4b-2aff2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?