lax17s38-in-f10.1e100.net:https (a Google Safebrowsing feature in Chrome... is maxxing out my upload in unraid... making my internet upload impossible)


Supa

Recommended Posts

4 hours ago, jonathanm said:

Does this symptom persist after restarting through the GUI?

It ended up being rclone instances running in the background. Once I ended those it worked out. Also was using too high of a bandwidth limiter. --bwlimit=8M ~ 64mbit connection when I only have 20mbit.

 

In case anyone is curious:  

ps aux | grep rclone  
kill -9 <PID>  

OR

kill $(ps aux | grep '[r]clone' | awk '{print $2}')    

 

Edited by Supa
Link to comment
  • 1 year later...
On 12/26/2019 at 10:18 AM, Supa said:

It ended up being rclone instances running in the background. Once I ended those it worked out. Also was using too high of a bandwidth limiter. --bwlimit=8M ~ 64mbit connection when I only have 20mbit.

 

In case anyone is curious:  



ps aux | grep rclone  
kill -9 <PID>  

OR



kill $(ps aux | grep '[r]clone' | awk '{print $2}')    

 

Just came here to say thank you so much for this.  I was seeing this exact same issue recently, only to the tune of 4-600Mbps crushing my bandwidth.  Sure enough this fixed it.  Thank you!

Edited by d.ohlin
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.