ChatGPT bots

maxb1999

Verified User
Joined
Dec 27, 2024
Messages
11
Hi,

Many websites on our server receive a large number of requests from ChatGPT. Yesterday, the issue became so severe that it corrupted the database, causing the entire server to go down. Has anyone else experienced this problem, and if so, how did you resolve it?
 
that's meant in the future, if DDOS Attack coming, it gonna happend again.

Currupted the database cause by out of memory happending.
 
Currupted the database cause by out of memory happending.

in order to avoid MySQL crashes, you might adjust "OOMScoreAdjust" in a systemd service file for MySQL and/or MariaDB.

Sets the adjustment value for the Linux kernel's Out-Of-Memory (OOM) killer score for executed processes. Takes an integer between -1000 (to disable OOM killing of processes of this unit) and 1000 (to make killing of processes of this unit under memory pressure very likely). See The /proc Filesystem for details. If not specified defaults to the OOM score adjustment level of the service manager itself, which is normally at 0.
Use the OOMPolicy= setting of service units to configure how the service manager shall react to the kernel OOM killer or systemd-oomd terminating a process of the service. See systemd.service(5) for details.


Keeping in mind to save changed file as mentioned here: https://docs.directadmin.com/custombuild/customize-everything.html#custombuild-custom-configuration
 
Back
Top