updated PHP for Nextcloud
This commit is contained in:
parent
c391351848
commit
632e9df288
@ -12,7 +12,7 @@ let
|
|||||||
display_startup_errors = On
|
display_startup_errors = On
|
||||||
max_execution_time = 10000
|
max_execution_time = 10000
|
||||||
max_input_time = 3000
|
max_input_time = 3000
|
||||||
memory_limit = 512MB;
|
memory_limit = 1G;
|
||||||
opcache.enable=1;
|
opcache.enable=1;
|
||||||
opcache.memory_consumption=512;
|
opcache.memory_consumption=512;
|
||||||
opcache_revalidate_freq = 240;
|
opcache_revalidate_freq = 240;
|
||||||
@ -345,8 +345,16 @@ in
|
|||||||
|
|
||||||
####### KEEP AWAKE for DISPLAY and HEADLESS #######
|
####### KEEP AWAKE for DISPLAY and HEADLESS #######
|
||||||
services.xserver.displayManager.gdm.autoSuspend = false;
|
services.xserver.displayManager.gdm.autoSuspend = false;
|
||||||
|
|
||||||
services.power-profiles-daemon.enable = false;
|
services.power-profiles-daemon.enable = false;
|
||||||
|
|
||||||
|
systemd.sleep.extraConfig = ''
|
||||||
|
AllowSuspend=no
|
||||||
|
AllowHibernation=no
|
||||||
|
AllowHybridSleep=no
|
||||||
|
AllowSuspendThenHibernate=no
|
||||||
|
'';
|
||||||
|
|
||||||
|
|
||||||
####### BACKUP TO INTERNAL DRIVE #######
|
####### BACKUP TO INTERNAL DRIVE #######
|
||||||
services.rsnapshot = {
|
services.rsnapshot = {
|
||||||
|
Loading…
Reference in New Issue
Block a user