File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ The `ada_language_server` relies on [Libadalang](https://github.com/AdaCore/liba
136
136
Most of this computation is done while indexing which will create an internal cache.
137
137
The expected memory size of this cache is around 300Mb per 100k lines of Ada code.
138
138
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 .
141
141
These measures were taken using both Resident Set Size and [ Valgrind massif] ( https://valgrind.org/docs/manual/ms-manual.html ) on Ubuntu 22.04LTS.
142
142
143
143
## Supported LSP Server Requests
You can’t perform that action at this time.
0 commit comments