tomnomnom / waybackurls

Fetch all the URLs that the Wayback Machine knows about for a domain
3.41k stars 455 forks source link

fatal error: runtime: out of memory #21

Open RogueSMG opened 3 years ago

RogueSMG commented 3 years ago

The file has only a single domain - https://www.spotify.com Wayback-error

Running it on a VPS, was working quite fine. This issue started to arise just some time back!

Muhammad-Qasim-Munir commented 3 years ago

Encountering the same issue on VPS

whoissecure commented 3 years ago

Maybe you have a a resource restriction, check with ulimit -a and if the first field is set to 0, set to unlimited or to a certain value with ulimit -c unlimited.