-
Notifications
You must be signed in to change notification settings - Fork 152
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
pyk RPC: bug-report w/o dt dir #4340
Conversation
6019fc2
to
75b00dd
Compare
The logs are used to display the list of rules used to make an edge in the KCFG. Why does logging this information make the backend hold onto large amounts of memory? Can that be fixed on the backend side? It should just be a list of hashes. |
Is that memory being held in Kore or in booster? |
Both are collecting information during rewriting. In kore, we might still be collecting the intermediate terms that were once part of the log. |
Please also adjust the title and description as they are going to be part of the commit message. |
The
llvm_definition/dt
directory in the bug report is not necessary (any more), and is usually very big.Closes runtimeverification/kasmer-multiversx#98