I’m not sure at the moment. I’ll take a look at your syslog later, it certainly still looks like a memory leak in some process to me (my guess would be gnome somewhere - if you don’t need a desktop on your fog server just uninstall it).
If you don’t want to uninstall gnome just yet make sure you apt-get update && apt-get upgrade the system. It’s possible whatever program is leaking has been fixed already.
If you want to try the system without a desktop for a while you could try
[CODE]
$ sudo service lightdm stop
[/CODE]
You should end up at a black console with white text. Run your upload/download tests and see if the problem is fixed.