Force config?
This commit is contained in:
parent
0ce4658e7d
commit
dc579e6c87
|
@ -53,10 +53,11 @@
|
||||||
mysql.utf8mb4 = true;
|
mysql.utf8mb4 = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
phpOptions = {
|
phpOptions = pkgs.lib.mkForce {
|
||||||
"opcache.interned_strings_buffer" = "16";
|
"opcache.interned_strings_buffer" = "16";
|
||||||
"upload_max_filesize" = "10G";
|
"upload_max_filesize" = "10G";
|
||||||
"post_max_size" = "10G";
|
"post_max_size" = "10G";
|
||||||
|
"memory_limit" = "8G";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue