@brandkopf Worse than that: the system runs low on memory, so the OOM killer kills a process but not necessarily one that was needing memory right now. MariaDB may be an accidental casualty here. :( @akira
Unfortunately my small portfolio page always has problems as soon as I post a link to it on Mastodon because of the enormous rush of all Mastodon instance crawlers. I hope I can fix this somehow.
@brandkopf@akira Right now your site shows a 'Error establishing a database connection". If the issue is the afflux of bots just checking for the page, that should not result in database accesses.
@akira@aaribaud I use fail2ban for bot blocking... but I dont know if it is wise to ban all mastodon instances from my page... maybe there are some side effects like that my page is then blacklisted by the instances?
@brandkopf What you could do is, next time you publish content, you start watching the system for memory-hungry processes, and look for processes that increase their memory consumption when the bot swarm hits. Not sur if there's a tool for this -- detecting processes which keep requesting more memory, whether their total memory consumption is high or not. @akira