find out the reason why memory is not enough when running program #34
Desperatesonic
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks! You're welcome to open a pull request adding that function. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the cache in GallinaTermParser grows bigger and bigger when the program is running, by adding a function:
def delete_cache(self):
self.cache = {}
and call it periodically, the problem is fixed.
Beta Was this translation helpful? Give feedback.
All reactions