I have a JRDC2 application on a server that receives data packets and store in MySql db.
Sometimes, let's say once in a month, I have a crash that require a restart of the app.
Though I have various logs I still have to understand what is going wrong.
But here I just want to ask opinions about this: running task manager I have noted that after some hours the app is running, the memory usage of the mysqld process (one of them, I see there are two) increase.
At startup it increase of about 100MB in 3 or 4 hours, then looks like it sets at around 500MB after some days.
Should it be considered normal or my code can have bugs that forget to close something somewhere ?
Sometimes, let's say once in a month, I have a crash that require a restart of the app.
Though I have various logs I still have to understand what is going wrong.
But here I just want to ask opinions about this: running task manager I have noted that after some hours the app is running, the memory usage of the mysqld process (one of them, I see there are two) increase.
At startup it increase of about 100MB in 3 or 4 hours, then looks like it sets at around 500MB after some days.
Should it be considered normal or my code can have bugs that forget to close something somewhere ?