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
My Spring server process for a big Rails app leaks memory with every RSpec run. The amount varies, but my tests show a bigger increase when files are changed between the runs. Because we're doing BDD, the process gets enormous and slow very quickly.
Is this known behavior or specific to my use case? I worked through the documentation but couldn't find hints. Ideas to track this down further?
Versions:
spring 4.1.1
rails 7.0.4.2
ruby 3.1.3
The text was updated successfully, but these errors were encountered:
@rafaelfranca Thank's for the tip! That indeed helps me to track this down further. It indeed is not clear yet wether my application or spring itself causes the issue.
I'll close this issue and eventually reopen it with more information.
My Spring server process for a big Rails app leaks memory with every RSpec run. The amount varies, but my tests show a bigger increase when files are changed between the runs. Because we're doing BDD, the process gets enormous and slow very quickly.
Is this known behavior or specific to my use case? I worked through the documentation but couldn't find hints. Ideas to track this down further?
Versions:
spring 4.1.1
rails 7.0.4.2
ruby 3.1.3
The text was updated successfully, but these errors were encountered: