Skip to content

Commit f03ac52

Browse files
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Anthony Leonardo Gracio <[email protected]>
1 parent d5fd847 commit f03ac52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ The `ada_language_server` relies on [Libadalang](https://github.com/AdaCore/liba
136136
Most of this computation is done while indexing which will create an internal cache.
137137
The expected memory size of this cache is around 300Mb per 100k lines of Ada code.
138138
Furthermore, 450Mb are necessary for the runtime.
139-
Please note, some Ada structures like generic and tagged types will take more
140-
memory. This is also the case for aggregate project.
139+
Please note that some Ada structures like generics and tagged types might
140+
increase the memory usage. This is also the case when using aggregate projects.
141141
These measures were taken using both Resident Set Size and [Valgrind massif](https://valgrind.org/docs/manual/ms-manual.html) on Ubuntu 22.04LTS.
142142

143143
## Supported LSP Server Requests

0 commit comments

Comments
 (0)