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
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Hi -- large project (~1e7 sloc) , running 'auto detect' starts several processes which quickly grow to consume all available memory, at which point the machine stops being responsive. Any ideas?
uname -a gives:
Linux picknik-3 4.13.0-43-generic #48~16.04.1-Ubuntu SMP Thu May 17 12:56:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
The machine has 32 Gb ram
Thanks!
The text was updated successfully, but these errors were encountered:
How many directories did you add to the dialog "Detect Include Paths"? Did you only add relevant directories? If you add many large directories I can see why this is happening. Try to run the detection on one directory after the other.
Fixed with 2018.2.50
The detection algorithm got stuck in an endless loop under certain circumstances and that caused a boost::path::exception after sometime that crashed the application.
Hi -- large project (~1e7 sloc) , running 'auto detect' starts several processes which quickly grow to consume all available memory, at which point the machine stops being responsive. Any ideas?
uname -a gives:
Linux picknik-3 4.13.0-43-generic #48~16.04.1-Ubuntu SMP Thu May 17 12:56:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
The machine has 32 Gb ram
Thanks!
The text was updated successfully, but these errors were encountered: