Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Isolate backup *.coverdata from other beam instances
If multiple beam instances are launched in parallel with the same current working directory, it is possible for the backup cover data from one instance to be squashed and deleted by other instances. By adding the OS pid of beam.smp itself to the filename, we avoid this potential issue.
- Loading branch information