activeadmin: ActiveAdmin eats all my memory and freeze the computer
- Install of AA 2.0.0 on rails 5.1.6.1
- Download production DB
- Generate
rails generate active_admin:resource
for resouce with 152559 records - Try to open it in browser
- I can see ruby2.5 process eats 4.8GiB in SystemMonitor before it stop responding
- Hard reset
I have 7.7 GiB RAM and 7.9GiB Swap
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 16 (9 by maintainers)
@nleo mentioned this
in initializer we have this
try to uncomment and set it to false
@javierjulio however https://activeadmin.info/1-general-configuration.html is not covering this case.