summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-08-31 00:56:03 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2023-08-31 00:56:03 +0200
commit782fd7cb63c625f6a0718243c57320bddad953cd (patch)
tree93cc79b89c1ea4bd9bcb6cbf70f564210a868f1a
parentb: nonlocal bind sysctl allow (diff)
downloadn-782fd7cb63c625f6a0718243c57320bddad953cd.tar
n-782fd7cb63c625f6a0718243c57320bddad953cd.tar.gz
n-782fd7cb63c625f6a0718243c57320bddad953cd.tar.bz2
n-782fd7cb63c625f6a0718243c57320bddad953cd.tar.lz
n-782fd7cb63c625f6a0718243c57320bddad953cd.tar.xz
n-782fd7cb63c625f6a0718243c57320bddad953cd.tar.zst
n-782fd7cb63c625f6a0718243c57320bddad953cd.zip
-rw-r--r--etc/php/cli-php8.1/php.ini14
-rw-r--r--etc/portage/make.conf1
-rw-r--r--root/xkb/symbols/sijanec2
3 files changed, 14 insertions, 3 deletions
diff --git a/etc/php/cli-php8.1/php.ini b/etc/php/cli-php8.1/php.ini
index 33a1da5..debba8d 100644
--- a/etc/php/cli-php8.1/php.ini
+++ b/etc/php/cli-php8.1/php.ini
@@ -425,6 +425,11 @@ max_input_time = 60
; How many GET/POST/COOKIE input variables may be accepted
;max_input_vars = 1000
+; How many multipart body parts (combined input variable and file uploads) may
+; be accepted.
+; Default Value: -1 (Sum of max_input_vars and max_file_uploads)
+;max_multipart_body_parts = 1500
+
; Maximum amount of memory a script may consume
; https://php.net/memory-limit
memory_limit = 128M
@@ -1890,8 +1895,13 @@ ldap.max_links = -1
;opcache.file_cache_fallback=1
; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
-; This should improve performance, but requires appropriate OS configuration.
-;opcache.huge_code_pages=1
+; Under certain circumstances (if only a single global PHP process is
+; started from which all others fork), this can increase performance
+; by a tiny amount because TLB misses are reduced. On the other hand, this
+; delays PHP startup, increases memory usage and degrades performance
+; under memory pressure - use with care.
+; Requires appropriate OS configuration.
+;opcache.huge_code_pages=0
; Validate cached file permissions.
;opcache.validate_permission=0
diff --git a/etc/portage/make.conf b/etc/portage/make.conf
index 624a3da..c7fc7c7 100644
--- a/etc/portage/make.conf
+++ b/etc/portage/make.conf
@@ -62,6 +62,7 @@ USE="$USE vhost-net qemu parted" # za qemu / libvirt
USE="$USE qml positioning quick" # za freecad
USE="$USE gstreamer" # za dino
USE="$USE jack-sdk sound-server elogind" # za pipewire
+USE="$USE enable-driver"
CALLIGRA_FEATURES="stage words sheets"
PALEMOON_ENABLE_UNSUPPORTED_COMPILERS=1 # uradno gcc 11 ni podprt
diff --git a/root/xkb/symbols/sijanec b/root/xkb/symbols/sijanec
index b7bb086..b9af1e3 100644
--- a/root/xkb/symbols/sijanec
+++ b/root/xkb/symbols/sijanec
@@ -7,5 +7,5 @@ xkb_symbols "sijanec" {
key <AC11> { [ braceleft, bracketleft, cacute, Cacute ] }; // { [ ć Ć
key <AC12> { [ zcaron, Zcaron, ssharp, Ssharp ] }; // ž Ž
key <AD12> { [ braceright, bracketright, dstroke, Dstroke ] }; // } ] dž DŽ
- key <TLDE> { [ slash, ampersand, a, a ] }; // / &
+ key <TLDE> { [ slash, ampersand ] }; // / &
};