* Hilmar Preuße <hill...@web.de>, 2022-10-16 18:42:
info runs out of memory when trying to dump python3.10 docs on stdout:
$ dpkg-query -W python3.10-doc
python3.10-doc 3.10.7-2
$ info python3.10 > /dev/null
info: memory exhausted
I'm failing to reproduce the issue on my system. Are you able to
reproduce the issue using the latest git checkout?
Yes. Note that I was testing on i386, which has hard limit 4 GiB on
virtual memory.
I also tested git master on an arm64 machine with 24 GiB of RAM. There,
info didn't run out of memory (it allocated "only" ~5 GiB...), but it
also never finished, because I ran out of patience after 20 minutes or
so.
--
Jakub Wilk