I accidentally entered the wrong password for my virtual machine MB database inside the Docker MB mirror server.
So I started again and saw that all the dump files had already been downloaded.
Unfortunately, I get the error after the dump file recording.tar.zst
wget: memory exhausted
...
--2026-06-18 07:11:34-- https://data.metabrainz.org/pub/musicbrainz/data/solr-backups/20260617-145734/instrument.tar.zst
Reusing existing connection to data.metabrainz.org:443.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
The file is already fully retrieved; nothing to do.
--2026-06-18 07:11:34-- https://data.metabrainz.org/pub/musicbrainz/data/solr-backups/20260617-145734/label.tar.zst
Reusing existing connection to data.metabrainz.org:443.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
The file is already fully retrieved; nothing to do.
--2026-06-18 07:11:36-- https://data.metabrainz.org/pub/musicbrainz/data/solr-backups/20260617-145734/place.tar.zst
Reusing existing connection to data.metabrainz.org:443.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
The file is already fully retrieved; nothing to do.
--2026-06-18 07:11:37-- https://data.metabrainz.org/pub/musicbrainz/data/solr-backups/20260617-145734/recording.tar.zst
Reusing existing connection to data.metabrainz.org:443.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
The file is already fully retrieved; nothing to do.
wget: memory exhausted
I have already rebooted my VM, that didn’t help.
My VM has actually 40 GB RAM.
Which process is currently causing the “memory exhausted” error?
What can I do now?