On the error log it shows this line when I try to execute the script:
^GOut of memory (Needed 3388060 bytes)
I tried to increase memory_limit on php.ini to 256MB, 512MB but the same thing,
On a link I saw someone suggestion to add to httpd.conf this line:
RLimitMEM 1073741824 2147483648
and ...
Search found 2 matches
- 27 Jan 2014, 13:36
- Forum: Help
- Topic: Move attachments from db to disk not working, big size of DB
- Replies: 3
- Views: 6149
- 22 Jan 2014, 11:26
- Forum: Help
- Topic: Move attachments from db to disk not working, big size of DB
- Replies: 3
- Views: 6149
Move attachments from db to disk not working, big size of DB
Hello, I am facing an issue regarding the move 2 db script , I have all the attachments on db but I want to move them to disk instead, I changed the config_defaults_inc.php to
# $g_allow_reporter_upload
$g_allow_file_upload = ON;
# Upload destination: specify actual location in project settings ...
# $g_allow_reporter_upload
$g_allow_file_upload = ON;
# Upload destination: specify actual location in project settings ...