-
Notifications
You must be signed in to change notification settings - Fork 115
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
Big amount of ram over 500.000 line #150
Comments
Hi Elvis, I thought I'd fixed all memory leaks... Can you provide the gcode file for reference so I can try to reproduce this? Also how much RAM are we talking about (1: after loading the file and 2: when the stuttering begins)? Thanks, |
Hi My laptop: Thanks |
Hi Elvis, I looked into this issue and I couldn't find any obvious errors. When running this program on an "accelerated" grbl (movements happen instantaneously), the memory usage increased only very slowly (at a similar speed to what you're describing). So the RAM isn't used up in proportion to the number of lines sent. This makes this problem fairly hard to track down. This is an uncommon use for OpenCNCPilot, so I'd say for this purpose you'd be better off using a different gcode sender, that doesn't have such a complicated visualizer. On my fairly ok PC, the viewport was very laggy, so even if the RAM usage didn't keep increasing, I wouldn't recommend OCP for files as large as yours. If you need OCP for probing, you can always export the gcode after applying the height map and use a different gcode sender. Best, |
Hi
I use big file, with 500.000 /700.000 line
After few hours of perfect work the machine begin to stop for few second every few second.
I noticed that the usage of ram of the pc increase from begin of the job until it reach the max amount after few hours and the start stop begin.
Could be a opencncpilot issue?
Thanks
The text was updated successfully, but these errors were encountered: