You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fireflyming You can verify that you are hitting the same issues as #835 by doing prlimit --nofile -p <PID OF eclipse> - if the number of files is very high then you are suffering from the same bug. Please run check for updates and update to CDT 11.6.1.
If, for whatever reason, you cannot update to CDT 11.6.1, you can change the limit with prlimit --nofile=1024:1048576 -p <PID OF eclipse> or change it for the system with echo 1048576 > /proc/sys/fs/nr_open
Please let us know if that resolves your issues or not.
Describe the bug
Compiling and running helloworld demo took too long time.
The CPU and memory usage of Spawner Reaper process were very high.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
take no more than 1min.
Screenshots
Version Information (please complete the following information):
Eclipse IDE for C/C++ Developers (includes Incubating components)
Version: 2024-06 (4.32.0)
Build id: 20240606-1231
C/C++ Autotools support
Version: 11.6.0.202403071917
Build id: 20240304-1627
Copyright (c) 2012, 2024 Contributors to the Eclipse Foundation
Additional context
The text was updated successfully, but these errors were encountered: