-
Notifications
You must be signed in to change notification settings - Fork 57
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
Way too much IO #28
Comments
I'm not using docker, and on startup I get around 500 MiB of I/O. This is my call:
I use ngrams (1-, 2-, 3-grams) for Just some ideas:
Is it possible/feasible for you to run LT without docker to check if there is still so much I/O? |
Thanks, I will try your suggestions. |
Any news on this? I'm experiencing similar behaviour. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am not sure if it is the Docker setup or LT uses way too much IO. Here I ran "Iotop -a" for like 10 mins and you can see it already read like many GBs. This happens during the day all day, this is just a snapshot.
The thing is that this whole this time while consuming IO like this, the browser client thinks the server is dead or unaccessible. I am the only user with couple browser clients, I do not know why it needs to read hundreds of GBs a day so that it can complete couple words.
This is how I run it on Debian Testing x64
The text was updated successfully, but these errors were encountered: