<div dir="ltr">Aside: I'm not sure how this will appear as I am sending this from the google mail web client and I've tried to intersperse my reply within René's text. <div><div class="gmail_quote"><div dir="ltr" class="gmail_attr"><br></div><div dir="ltr" class="gmail_attr">On Fri, May 10, 2019 at 8:58 AM René J.V. Bertin <<a href="mailto:rjvbertin@gmail.com">rjvbertin@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
The only reason for this that I can think of is that you are using a machine which is severely limited in RAM and doesn't have enough swap space either. KDevelop can indeed requirer oodles of RAM when parsing a large project. Running under an older kernel may not help here.<br>
<br></blockquote><div><div dir="ltr"></div><div dir="ltr">I
 have at least 12 GB on this machine (I might have 16 GB with 4 GB tied 
up in some ram drives) -- at the moment (before starting kdevelop) I 
have 10.3 GB available -- should I be concerned?  (Do you think I need to disable the overcommit?)  (I'll try to find / solve the scintilla namespace problem first and try fixing that, and if that doesn't work, I'll try disabling the overcommit.)<br></div></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
If indeed you have little RAM it may help you to turn off overcommit with the 2 commands below (in a script to be run as root). Basically that means applications can no longer allocate more memory than is available but will be killed when they try. I'd to this after you have logged in, btw, but you can put it in /etc/rc.local too. <br>
<br></blockquote><div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
%> echo 80 > /proc/sys/vm/overcommit_ratio<br>
%> echo 2 > /proc/sys/vm/overcommit_memory<br>
<br>
R.<br>
</blockquote></div></div></div>