Open zhangbufan opened 6 years ago
What is wrong with using /tmp
for these? If we use /tmp
that means you can safely delete them (though honestly that should be done automatically). Maybe investigate what generates these files and see if you can come up with a solution?
Got this problem too. This make that device space exhaust before synchronization complete.
We should remove the tmp files automatically when synchronization complete.
add this line to bin/satis
// Delete the tmp files to prevent space override.
exec('rm -rf /tmp/composer_archive*');
This make that device space exhaust before synchronization complete.
I suggest you allocate more room to /tmp
if you run out of space (that really should not be possible).
these is too many files name like composer_archive5a58791d0d599 put into /tmp how to change it to other dir .or how to avoid satis to create it