Edit the binary and replace every instance of "/tmp/" with "/flv/"? ;)
Printable View
The weird thing is: Youtube vids work smooth on this box (this is the only known exception to me), albeit on low quality.
No, it's not a space issue. Compared to the previous OS that was preinstalled on this box, Ubuntu is using about 20% (probably even less) for it's OS data files.
It's not an issue that data will (eventually) be written to disk. If I keep my tmpfs @ 25%, there is a very small chance data will be written to disk unless an OOM situation occurs. So it will only happen if some program starts eating insane amounts of RAM. When this box is booted, it uses about 125MB of RAM.
And I don't mind if it starts swapping pages to disk. It's just undesirable since the system becames somewhat unresponsive when said situation occurs if memory runs out.
Using tmpfs as /tmp is not the default for Ubuntu (if I'm not mistaken), so that is a valid point.
Aside from that, I don't agree with my usecase being isolated. If you google the bugreports of SSE2 being used in Adobe Flash player (for Linux only(!)). You will see many, many, many bugreports on Ubuntu Launchpad and on Adobe's own website (Bugbase or something?). So that implies that many people are still using old HW for this exact purpose.
"moving around" is a bit of an overstatement considering any sane program doesnt hardcode /tmp/foo/bar/ it does $TMPDIR/foo/bar so it really doesnt matter where $TMPDIR resides, you could point it at a 777 folder under /home if you really wanted to do. The same goes for "viable solution" <--- overstatement. I dont think its a viable solution, its a hack plain and simple but considering we cant patch and recompile flash...our options are limited.