Re: Why my installation of 5.2.3 won't parse the code -- a clue (was: Re: 5.2.4 impression)
rh kramer <[email protected]> Fri, 10 May 2019 09:22:26 -0400
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <CAG_ox5tSVm+h9iBWwDB5-vFo0UjXjnC83rRnSdgSXmVFbfuYXQ@mail.gmail.com> |
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. On Fri, May 10, 2019 at 8:58 AM René J.V. Bertin <[email protected]> wrote: > 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. > > 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.) > 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. > > %> echo 80 > /proc/sys/vm/overcommit_ratio > %> echo 2 > /proc/sys/vm/overcommit_memory > > R. >