this post was submitted on 09 Nov 2024
18 points (95.0% liked)
Linux
48165 readers
918 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I was a drupal dev for 10 years.
There's no way it should use that much ram. You probably have a contrib module installed that has a bug in it. Try a process of elimination till you find the module it is.
Gonna check all modules, but I have only the default ones, gonna try
Checked 90% of them, nothing changed. I only have the default modules, I think it is a proxmox-related issue do you have any idea?
So weird!
Very unlikely to be a proxmox issue.
134217728 bytes is only 138 MB so your php memory limit is set lower than you think. Your php config needs work. Restart Apache and php-fpm (if using) after changing php.ini and use phpinfo(); to check that your changes were applied successfully.
A memory limit of 256 MB should be ok.
Set the memory to 256MB, got this error : PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
Ok if trying a memory limit of 512MB doesn't work then I'm out of ideas, sorry.
Sorry but it doesn't work, I'm going to try it on my localhost, not on my server, see if it's the fault of proxmox