Whenever I run a job to write to a database in MariaDB, it takes RAM to perform the operation. However, even after the job has completed (and I can successfully query the database), the RAM is still being used. This is becoming a problem, because after about 80 jobs, all of the system memory is being held hostage by MariaDB, and I have to restart it. What would cause it to not release the RAM after finishing?
↧