Increase memory max for photoprism
This commit is contained in:
parent
de2dae3686
commit
20bb6ba7aa
@ -129,9 +129,9 @@ module "photoprism_module" {
|
||||
PHOTOPRISM_UMASK = 0000
|
||||
}
|
||||
resources = {
|
||||
cpu = 1000
|
||||
memory = 2000
|
||||
# memory_max = 2000
|
||||
cpu = 1000
|
||||
memory = 2000
|
||||
memory_max = 3000
|
||||
}
|
||||
use_mysql = true
|
||||
use_vault = true
|
||||
|
Loading…
Reference in New Issue
Block a user