Files
2020-01-07 17:47:18 +00:00

13 lines
256 B
Plaintext

[
{
type: install
message: <<EOM
If OpenMP causes a problem, define the environment variable OMP_THREAD_LIMIT, set it to 1, and then run the program.
It loses performance, but increases stability.
An example
env OMP_THREAD_LIMIT=1 openshot-qt
EOM
}
]