Disable Nvidia shader cache
Nvidia drivers create a .cache/nvidia/GLCache
by default.
Even visiting about:torconnect
creates a file.
Files are binary and I'm not sure of their contents, but they look like a disk leak.
They're enabled by default, but disabling them is easy, we just need to define __GL_SHADER_DISK_CACHE=0
(reference)