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

Too much memory being used, most likely in the parsing logic #2

Closed
gregfullman opened this issue Jun 10, 2014 · 1 comment
Closed
Assignees

Comments

@gregfullman
Copy link
Owner

After a while using the 4gl editor, the devenv.exe memory usage increases steadily. Doing a quick .NET memory profile shows that the parsing code does a lot of memory allocation, so this is a prime spot for investigation.

@gregfullman gregfullman self-assigned this Jun 12, 2014
@gregfullman
Copy link
Owner Author

Parsing was completely redone based on Python Tools extension. Should be better now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant