Closed skuntz closed 2 months ago
Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging NO INSPECTION HAS BEEN PERFORMED ON THIS PULL REQUEST! - This PR must be inspected by setting label 'AT: PRE-TEST INSPECTED'.
Status Flag 'Pre-Test Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED by label AT: PRE-TEST INSPECTED! Autotester is Removing Label; this inspection will remain valid until a new commit to source branch is performed.
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED
Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ gvoskuilen ]!
Status Flag 'Pull Request AutoTester' - Pull Request will be Automerged
Merge on Pull Request# 2398: IS A SUCCESS - Pull Request successfully merged
Simulations using memHierarchy and kingsley components (e.g. memHierarchy/tests/testMemoryCache.py and testPrefetchParameters.py) sometimes have events that are never deleted. Many of these are in initialization, but some were during execution and caused the memory pool usage to grow during simulation execution. This PR addresses undeleted events in the following:
There are still some remaining undeleted events but many fewer and they mostly appear to be in initialization where they don't cause increasing memorypool usage with simulation time.