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

Increase In Heap Memory due to "wordToSubstrings" #30

Closed
ArulVendhan opened this issue Oct 31, 2022 · 1 comment
Closed

Increase In Heap Memory due to "wordToSubstrings" #30

ArulVendhan opened this issue Oct 31, 2022 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@ArulVendhan
Copy link
Collaborator

In Parser Model training a flag "cacheNGrams" is set to true in training props to reuse the NGram features which is recorded in a Hashmap "wordToSubstrings". While prediction updates any new words not seen in training and NGram features in the same hashmap in turn increases the object size and heap memory while running in a server.

@ArulVendhan ArulVendhan added bug Something isn't working enhancement New feature or request labels Oct 31, 2022
@ArulVendhan ArulVendhan self-assigned this Oct 31, 2022
@ArulVendhan ArulVendhan changed the title Increase In Heap Memory Increase In Heap Memory due to "wordToSubstrings" Oct 31, 2022
@ArulVendhan
Copy link
Collaborator Author

This issue is fixed in Hawking Version 0.1.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant