Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EJBCA 6.15.1
-
Fix Version/s: EJBCA 7.0.0, EJBCA 6.15.2
-
Component/s: None
-
Issue discovered during:Customer
-
Sprint:EJBCA Team Bob - 2019 w2
Description
There are two issues with the "ejbca-db-cli.jar verify" command, here and ECA-7607
- When there are very large amount of records, the Verify command in “java -Xmx1536m -Djava.endorsed.dirs=endorsed -jar ejbca-db-cli.jar verify AuditRecordData” runs the JAVA VM out of memory, which leads to stop/failure. It’s a one line fix “entityManager.clear();” in the file with comments.
- See
ECA-7607