-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
out of control memory use on rhombus/private/string.rkt #613
Comments
I see memory use climb but then drop back down again. |
How high does it climb? For me I have to close the tab or eventually close DrRacket. |
Not very high! Maybe 20mb before dropping back down? |
Right, for me it grows by gigabytes. I wonder if I have some different configuration that might be at issue? |
The language settings can affect online expansion. It might not actually be related to online expansion, tho. Can you get a stack trace? Perhaps control-c in the terminal window where drr is started? |
I think I had another file that used Rhombus open, and a change in private/string.rkt (relative to the zo version). I'm working on getting more precise reproduction instructions. |
If I open
rhombus/private/string.rkt
from therhombus-prototype
repository, DrRacket quickly completes background expansion but memory use (as reported in the bottom corner) continues growing without bound (eg from 800MB to 8GB in a couple minutes). Nothing appears to be happening while this memory usage growth happens, and it hasn't happened with other Rhombus programs that I've noticed.The text was updated successfully, but these errors were encountered: