From f03ac52b8ad98364a7c8e308b104c329bdf5f878 Mon Sep 17 00:00:00 2001 From: Adrien Boulanger Date: Tue, 16 Jul 2024 09:34:29 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Anthony Leonardo Gracio --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c06210fa..b9b4bfda9 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,8 @@ The `ada_language_server` relies on [Libadalang](https://github.com/AdaCore/liba Most of this computation is done while indexing which will create an internal cache. The expected memory size of this cache is around 300Mb per 100k lines of Ada code. Furthermore, 450Mb are necessary for the runtime. -Please note, some Ada structures like generic and tagged types will take more -memory. This is also the case for aggregate project. +Please note that some Ada structures like generics and tagged types might +increase the memory usage. This is also the case when using aggregate projects. These measures were taken using both Resident Set Size and [Valgrind massif](https://valgrind.org/docs/manual/ms-manual.html) on Ubuntu 22.04LTS. ## Supported LSP Server Requests