SFTP fails after 7GB
-
I am uploading a zip file to a local debian server and after 7gb of 19gb the connection drops. I am using cyberduck.
Is there a threshold or timeout?
-
Check RAM first of all. Make sure that you aren't running out.
-
@scottalanmiller said in SFTP fails after 7GB:
Check RAM first of all. Make sure that you aren't running out.
Server has 8GB of RAM and 2TB of space.
-
@WLS-ITGuy said in SFTP fails after 7GB:
@scottalanmiller said in SFTP fails after 7GB:
Check RAM first of all. Make sure that you aren't running out.
Server has 8GB of RAM and 2TB of space.
But how much is used. Use free -m
-
@scottalanmiller said in SFTP fails after 7GB:
@WLS-ITGuy said in SFTP fails after 7GB:
@scottalanmiller said in SFTP fails after 7GB:
Check RAM first of all. Make sure that you aren't running out.
Server has 8GB of RAM and 2TB of space.
But how much is used. Use free -m
free -m total used free shared buff/cache available Mem: 7987 188 255 21 7543 7479 Swap: 8187 0 8187
-
And the disk is not full? Definitely not a RAM thing.
-
I'd use RSYNC rather than SFTP for this, but SFTP should work fine. But RSYNC can restart and track the connection for you.
-
@scottalanmiller I figured it out.. I formatted the drives wrong and made separate partitions for /Var, /home, etc
-
@WLS-ITGuy said in SFTP fails after 7GB:
@scottalanmiller I figured it out.. I formatted the drives wrong and made separate partitions for /Var, /home, etc
Ah yeah, almost always best to avoid that. So I assume that whatever filesystem you were using was full?
-
@scottalanmiller said in SFTP fails after 7GB:
@WLS-ITGuy said in SFTP fails after 7GB:
@scottalanmiller I figured it out.. I formatted the drives wrong and made separate partitions for /Var, /home, etc
Ah yeah, almost always best to avoid that. So I assume that whatever filesystem you were using was full?
You are correct sir!