[00:14:18] I'm trying to work around a resource limit on a tool. It's running on Kubernetes and is set for 4Gi mem and 1 cpu. However, I get PHP errors that suggest that PHP (at least) has a limit of 1 gig: "FastCGI-stderr: PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted" [00:20:44] PHP config will probably have that limit by default [00:21:00] Not really influenced by the k8s part [00:21:23] is that from the lighttpd config? [00:21:36] or part of the container php.ini or whatever? [00:35:45] ragesoss: see memory_limit on php.ini [00:36:01] you must find the right php.ini it is applying [00:36:33] this a toolforge tool, so maybe that's out of my control? [00:36:57] unlikely [00:37:01] phpinfo() should give you an idea of what config(s) [15:08:28] !log bastion permit `sre-admins` group to log in to the restricted bastions [15:08:30] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Bastion/SAL [15:12:16] Ragesoss_: https://wikitech.wikimedia.org/wiki/Help:Toolforge/Web/Lighttpd#PHP might help [15:15:02] bd808: thanks. i discovered this morning that i did have a .user.ini file already, but it doesn't seem to be working to increase the limit over 1 gig. [15:15:43] but I've spun up a server and got the tool working there with a higher memory limit that solves the problem i was working on. [21:08:38] Wikimedia still uses OAuth 1 right? [21:18:43] harej: as an OAuth server it supports both OAuth 1 and 2, if that's what you mean