November 29, 2021
https://issues.dlang.org/show_bug.cgi?id=21894

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |r.sagitario@gmx.de
         Resolution|---                         |FIXED

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
hopefully fixed by building the server with dmd instead of LDC (the latter doesn't support precise scanning of the DATA segment) in https://github.com/dlang/visuald/releases/tag/v1.2.0-rc1

In addition, there is now an option to wipe most data if some memory threshold is exceeded.

--
September 21, 2022
https://issues.dlang.org/show_bug.cgi?id=21894

torhu@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |torhu@yahoo.com

--- Comment #2 from torhu@yahoo.com ---
I have had DMD Semantic Server grow to over ten GB at least twice in a week now. Using VisualD 1.3.0 with VS 2022 Community.

I am using VisualD for debugging a project that links with DWT (current master), and is built with DMD 2.094.2, if that helps.

If this happens again, I suppose can try the option to restart DMDSS.

--