Project

General

Profile

bug #7900

Updated by Andreas Kohlbecker over 5 years ago

 
 Adding a new name to the registration workingset *Kulikovskiy, M., Lange-Bertalot, H., Metzeltin, D. & al. - Lake Baikal: Hotspot of endemic diatoms I. in Taxonomy - biogeography - diversity. 23.*    (http://api.cybertaxonomy.org/phycobank/app/registration#!workingset/5d29277e-a527-4a26-8685-1a7a6cb2e3de) fails on the production server due to excessive heap consuptions after pressing the save button in the name editor. 

 The problem happens after the name is saved during the reloading of the workingset: 

 ![](tacktrace.png) 

 A differential comparison of the heap before and during the reloading of the workingset shows that especially the amount `Team` objects entities is increasing excessively.  


 **1 minute after saving +25.000 Team objects** 

 ![](mem-diff-1.png) 

 **3 minutes after saving +109.000 Team objects** 

 ![](mem-diff-2.png)

Back