This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set new higher memory limit (1.2GB) for the jvm in the container. Change-Id: I048391b2d53510c28a6d6597d5c77b03385d153f Reviewed-on: https://bellevue-ci.eng.vmware.com:8080/54008 Reviewed-by: Antonio Filipov <[email protected]> Bellevue-Verified: e_vcoauto_glob_1 <[email protected]> Closures-Verified: e_vcoauto_glob_1 <[email protected]> CS-Verified: e_vcoauto_glob_1 <[email protected]> PG-Verified: e_vcoauto_glob_1 <[email protected]> Upgrade-Verified: e_vcoauto_glob_1 <[email protected]>
- Loading branch information
22e6864
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we know whether this is memory leak causing the problem?
22e6864
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'OutOfMemoryError: GC overhead limit exceeded' happens when GC spends a lot of time (98%) without freeing resources (less than 2%). That could be, or not due to a leak, it is not a strong identifier.