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

Connection reset by peer on put. #39

Closed
nodesocket opened this issue Sep 12, 2011 · 1 comment
Closed

Connection reset by peer on put. #39

nodesocket opened this issue Sep 12, 2011 · 1 comment

Comments

@nodesocket
Copy link

Howdy guys. We are using knox to store virtual machine snapshots (200mb - 2gb) on Amazon s3, but running into a problem:

Error: ECONNRESET, Connection reset by peer
    at Socket._writeImpl (net.js:159:14)
    at Socket._writeOut (net.js:450:25)
    at Socket.flush (net.js:529:24)
    at Socket._onWritable (net.js:609:12)
    at IOWatcher.onWritable [as callback] (net.js:188:12)

This is probably occurring because we are maxing out our connection, pushing close to 100Mbit a second for a few seconds before connection reset. Any idea how to throttle the upload to say 50Mbit/Sec?

@domenic
Copy link
Contributor

domenic commented Jul 16, 2012

I think upload throttling is outside the scope of Knox. The people on the node.js Google Group might have some ideas, though.

@domenic domenic closed this as completed Jul 16, 2012
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