We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678f07a commit 0b62cb0Copy full SHA for 0b62cb0
lib/internal/Magento/Framework/ObjectManager/Resetter/Resetter.php
@@ -87,7 +87,7 @@ public function _resetState(): void
87
{
88
/* Note: We force garbage collection to clean up cyclic referenced objects before _resetState()
89
* This is to prevent calling _resetState() on objects that will be destroyed by garbage collector. */
90
- gc_collect_cycles();
+ //gc_collect_cycles();
91
if (!$this->weakMapSorter) {
92
$this->weakMapSorter = $this->objectManager->get(WeakMapSorter::class);
93
}
0 commit comments