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

High memory usage #49

Open
elkaps opened this issue Jan 13, 2021 · 1 comment
Open

High memory usage #49

elkaps opened this issue Jan 13, 2021 · 1 comment

Comments

@elkaps
Copy link

elkaps commented Jan 13, 2021

Hello,
When I run

foreach(_->solve(:a + 1), 1:1e6)

or

foreach(_->(:a + 1), 1:1e6)

The RAM usage gets higher until all the memory of my laptop is used up

PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND                                                                                  
436545 user      20   0 1320336 440560 142848 R  66,7   2,8   4:01.32 julia                                                                                    
436592 user      20   0 6660304   5,7g   8776 S  40,7  38,1   2:15.18 reduce  

I'm using Reduce v1.2.10 and Julia v1.5.3

@chakravala
Copy link
Owner

Sorry, I don't have time to investigate this issue, Reduce.jl is just a project I made for fun and isn't that important to me. However, you are welcome to investigate further and report your findings here.

@chakravala chakravala added this to To do in Implement Reduce via automation Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants