Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory use #75

Open
iwasinnamuknow opened this issue Nov 30, 2015 · 1 comment
Open

Memory use #75

iwasinnamuknow opened this issue Nov 30, 2015 · 1 comment
Assignees

Comments

@iwasinnamuknow
Copy link

Hi,

I have a ~39MB collection of seeds. All told around 400k records. Nothing incredibly fancy, just a lot of lookup data for an app I maintain. Initial seed of this data will cause the ruby process to consume massive amounts of RAM in order to complete. The app usually runs on a VM with 4GB RAM, unfortunately we have to bump this to at least 8GB just to get the db seeded, then we drop it back down to 4.

Is this sort of memory use expected? Is there any way I can get spring to free up memory more?

Thanks

@ltk
Copy link
Contributor

ltk commented Nov 30, 2015

I expected the memory footprint to be big, but not that big. I'll look into it.

@ltk ltk self-assigned this Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants