You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're hitting memory limit issues on mac os x behat 2.5 and behat 3.0 when using the sql extension with over 6000 steps and PHP memory limit of 384 mb.
Ideas on how to solve this problem from the sql extensions perspective.
Reduce the memory footprint by:
Make the SQLHistory object optional. Don't record history if not provided.
Documenting that the local keystore can be replaced by a solution that stores keys externally such as Redis keystore.
This needs to be applied on both 2.5.x and 3.x versions.
The text was updated successfully, but these errors were encountered:
We're hitting memory limit issues on mac os x behat 2.5 and behat 3.0 when using the sql extension with over 6000 steps and PHP memory limit of 384 mb.
Ideas on how to solve this problem from the sql extensions perspective.
Reduce the memory footprint by:
This needs to be applied on both 2.5.x and 3.x versions.
The text was updated successfully, but these errors were encountered: