Closed MatthieuNICOLAS closed 8 years ago
@MatthieuNICOLAS It looks like one of the bugs that you fixed in the recent releases, doesn't it?
Since then, we released a new version refactoring the internal architecture and fixing some memory leaks (see 96b26dcfd95a020e26505802de700de72d286211, 1b087ff80bfe8f0d5bb0a6fc2d6f7313dd6a0d05 and c52d7ff1ca83041ea6f6b6703cea644735d61c78). From now on the ressources used by the application seem stable, thus closing this issue.
The following error occured : the Java heap space was full, preventing the server to create any new objects such as lessons or exercises.
Bearing in mind the number of users at the time (probably 1), it is more likely due to a memory leak.
We should profile the application to identify from where this error is coming from.