sdow icon indicating copy to clipboard operation
sdow copied to clipboard

"Index of U.S. counties" to "Cloud" breaks sdow

Open bortkiewicz opened this issue 4 years ago • 1 comments

This particular query returns "Whoops... Six Degrees of Wikipedia is temporarily unavailable. Please try again in a few seconds." which I assume is due to a timeout. I guess the problem is that it looks like there would be hundreds of thousands of paths but if that's the case then the error message is a bit undescriptive.

bortkiewicz avatar Nov 18 '21 02:11 bortkiewicz

That's the error my server returns when it's down 😅 I run SDOW on a tiny little compute instance which sometimes runs out of memory on queries like this.

jwngr avatar Nov 20 '21 19:11 jwngr

Seems to work now that I've updated the database dump to Dec 20, 2023: Screenshot - 2023-12-24 at 17-18-10@2x

This was probably due to running out of memory. Now the links have changed such that it required less memory to find. The solution is to either run this on a bigger server with more memory or make the algorithm more memory efficient. I don't have the ability to do either of those things right now, but maybe someday.

Thanks for reporting!

jwngr avatar Dec 24 '23 22:12 jwngr