open-webui: increase memory for open-webui test
This commit is contained in:
parent
13e52704ff
commit
786c9d2eb7
1 changed files with 2 additions and 0 deletions
|
|
@ -143,6 +143,8 @@ let
|
||||||
sso =
|
sso =
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
|
virtualisation.memorySize = 4096;
|
||||||
|
|
||||||
shb.open-webui = {
|
shb.open-webui = {
|
||||||
sso = {
|
sso = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue