Adjust memory allocation
This commit is contained in:
parent
dd865d51e2
commit
6be3b0ccf1
@ -299,8 +299,9 @@ _EOT
|
||||
|
||||
|
||||
resources {
|
||||
cpu = 100
|
||||
memory = 256
|
||||
cpu = 100
|
||||
memory = 256
|
||||
memory_max = 284
|
||||
}
|
||||
|
||||
}
|
||||
@ -377,8 +378,9 @@ _EOT
|
||||
|
||||
|
||||
resources {
|
||||
cpu = 100
|
||||
memory = 200
|
||||
cpu = 100
|
||||
memory = 256
|
||||
memory_max = 384
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -71,6 +71,7 @@ paperless:
|
||||
resources:
|
||||
cpu: 100
|
||||
memory: 256
|
||||
memory_max: 284
|
||||
|
||||
# Task scheduler
|
||||
scheduler:
|
||||
@ -84,7 +85,8 @@ paperless:
|
||||
# Resource allocation
|
||||
resources:
|
||||
cpu: 100
|
||||
memory: 200
|
||||
memory: 256
|
||||
memory_max: 384
|
||||
|
||||
# The worker doing the document processing
|
||||
task_queue:
|
||||
|
Loading…
Reference in New Issue
Block a user