- Issue created by @marksmith
- 🇮🇳India Rajan Kumar@2026
hii @marksmith
i fresh installed this module i could not get memory allocation error but in your case you flow this may be resolve
1>For Debian:
sudo fallocate -l 4G /swapfile
sudo dd if=/dev/zero of=/swapfile bs=4096k count=1048
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
Or
2>You can change the memory_limit value in your php.ini
memory_limit = -1 - 🇮🇪Ireland marksmith
Unfortunately, the app in question is located on a Plesk interfaced server with limited access to the ssh terminal. I can and did change the php memory size to 512 (which did not help), but have no direct access to the php.ini file or to the root.
- Assigned to marcus_johansson
-
Marcus_Johansson →
committed 2bee7679 on 1.0.x
Issue #3443372 by Marcus_Johansson: Memory allocation error on...
-
Marcus_Johansson →
committed 2bee7679 on 1.0.x
-
Marcus_Johansson →
committed 2bee7679 on main
Issue #3443372 by Marcus_Johansson: Memory allocation error on...
-
Marcus_Johansson →
committed 2bee7679 on main
- 🇩🇪Germany marcus_johansson
@marksmith - Thank you for the report, the problem was that the query alter that checks so tasks related to a project you don't have access to doesn't show up was triggered 100s of times in the installation of a module using the GUI. I have no switched over so the is only triggered on the task query alters.
This is testable in the dev branch.
- Status changed to Needs review
7 months ago 7:43am 2 May 2024