New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
@Not_Oles
I can give you a trial VDS 2 if you want for 1 month so you can test with Intel Xeon CPU E5-2696 v3 @ 2.30GHz. PM me for the benching and testing.
And indeed, more RAM is very useful for buffers/cache.
Indeed it all matters, not just CPU, not just IO from disk, assuming it's not capped/throttled.
Do you offer true VDS with dedicated cpu core?
Again, dedicated cpu core … not core HT marketing gimmick.
I don't think this is a complex problem -- io should be enough in most shared environment. It's just that sha256sum is a simple piece of software. If you have a shared storage, try add a buffer for it so that it does not have to read block by block from the disk:
mbuffer -m 512M -i test_file | /usr/bin/time -v sha256sum
@zakkuuno
I have to try mbuffer! Thanks for the suggestion!
Good call Ryan! Somehow missed this. If the file is massive, the swap will help, otherwise if you have enough memory available, that would help more.
Andre
Aha! That's it.
@Not_Oles I bet the dedi also had more available RAM than the file size at the time you ran the time on the checksum, and your VPS did not (and no swap either). I think @oplink nailed it.