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

Are They Mining Crypto Currency From Free Users ? #115

Open
zakirIndia opened this issue Oct 22, 2021 · 1 comment
Open

Are They Mining Crypto Currency From Free Users ? #115

zakirIndia opened this issue Oct 22, 2021 · 1 comment

Comments

@zakirIndia
Copy link

zakirIndia commented Oct 22, 2021

I had seen sudden spike on my processor after installing this extension

Its to much suspicious for me since after closing the sublime,

its process is still running in the background usually before tabnine it doesn't happened to me

After uninstallation of extention tabnine still runs on back ground

After Re-Installing sublime tabnine also shows is effect

At last i fixed by removing all the datafiles of sublime then process gets back to normal which is 0.01% on my CPU

gz#7909

@boaz-codota
Copy link
Contributor

boaz-codota commented Oct 24, 2021

Hey @zakirIndia,

We do not mine crypto from free users. Or from any user. We don't mine crypto.

That cleared out of the way, the reason Tabnine was not removed instantly is that we had implemented some "High Availability" logic to make sure that if Tabnine ever crashes on your computer, it will go back up instantly, so you could continue working with Tabnine. Part of that logic is killing Tabnine's processes only after ~5 minutes of inactivity.

What happened is that you removed the plugin, but 5 minutes were yet to pass, so you could still see the processes. To fully remove them you could either:

  • Kill all processes that have the word Tabnine in them.
  • Restart your computer.

Now, regarding the fact that Tabnine is a CPU-intensive process: Under the hood, Tabnine harnesses several machine learning models whose training is a CPU-intensive task. The CPU load should not be infinite, and we even have mechanisms in place to validate that (and kill the processes if it consumes too much CPU for too much time).

Let me know if you have any other questions or anything else I can help you with.

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

No branches or pull requests

2 participants