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

fix OutOfMemoryError #3651

Closed
wants to merge 1 commit into from
Closed

fix OutOfMemoryError #3651

wants to merge 1 commit into from

Conversation

xuwei-k
Copy link
Contributor

@xuwei-k xuwei-k commented Mar 16, 2024

@kitbellew
Copy link
Contributor

@xuwei-k thank you for detecting the problem and proposing a fix.

do you think #3652 will also solve the problem? it uses the fact that Input overall has a cache already, and tokenizers use it:

private[meta] lazy val tokenCache: mutable.Map[Dialect, Tokens] =

@kitbellew kitbellew closed this Mar 16, 2024
@xuwei-k xuwei-k deleted the patch-2 branch March 17, 2024 04:03
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

Successfully merging this pull request may close these issues.

OutOfMemoryError since 4.9.0
2 participants