Update workspace_memory_limit to 16384 in terraform.tfvars
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
devcontainer_image = "git.lab/vasceannie/golden-image:latest"
|
devcontainer_image = "git.lab/vasceannie/golden-image:latest"
|
||||||
workspace_memory_limit = 8192
|
workspace_memory_limit = 16384
|
||||||
postgres_password = "devpassword"
|
postgres_password = "devpassword"
|
||||||
redis_password = "devpassword"
|
redis_password = "devpassword"
|
||||||
postgres_max_connections = 100
|
postgres_max_connections = 100
|
||||||
|
|||||||
Reference in New Issue
Block a user