Skip to content

Commit

Permalink
Add OMP_THREAD_LIMIT=1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 19, 2019
1 parent 864d17e commit 7a3b577
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions danielquinn-paperless-consumer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@
"enabled" : true,
"env_variables" : [
{
"key" : "PAPERLESS_DBPASS",
"value" : "1234"
},
{
"key" : "PAPERLESS_DBUSER",
"value" : "paperless"
"key" : "OMP_THREAD_LIMIT",
"value" : "1"
},
{
"key" : "PATH",
Expand All @@ -28,6 +24,14 @@
"key" : "PAPERLESS_CONSUMPTION_DIR",
"value" : "/consume"
},
{
"key" : "PAPERLESS_DBPASS",
"value" : "1234"
},
{
"key" : "PAPERLESS_DBUSER",
"value" : "paperless"
},
{
"key" : "PAPERLESS_DBHOST",
"value" : "postgres"
Expand Down

0 comments on commit 7a3b577

Please # to comment.