For our process we need an in memory DB as we dont want to take the overhead of DB maintenance. We didn't find anything other than h2 available (supported by activiti).
Here is the breakdown of what is increasing over time (size in bytes):
ACT_GE_BYTEARRAY 259,185,536
ACT_RU_VARIABLE 259,186,760
ACT_RU_EXECUTION 259,187,568
ACT_GE_PROPERTY 428,208
We are wondering why the db is increasing over time since we are not maintaining any history and the processes complete without user intervention.
Note: We do store process variables but our understanding is that once the process completes the variables are deleted from the db.