Project

General

Profile

Actions

Bug #17020

closed

class.tx_impexp.php wants 256m memory_limit

Added by Christian Boltz about 17 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend API
Target version:
-
Start date:
2007-02-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

class.tx_impexp.php wants to set memory_limit to 256 MB.

Feb 16 09:06:48 server suhosin16047: ALERT - script tried to increase memory_limit to 268435456 bytes which is above the allowed value (attacker '87.178.135.181', file '.../typo3_src-4.0.4/typo3/sysext/impexp/class.tx_impexp.php', line 183)

I also verified this in the source code:
@ini_set('max_execution_time',600);
@ini_set('memory_limit','256m');

This is NOT funny - just try to find any hoster that allows to set such a memory limit...

Please use a less memory-intensive implementation and, if possible, also a smaller max_execution_time.

(issue imported from #M5045)


Related issues 5 (0 open5 closed)

Related to TYPO3 Core - Bug #15354: Import of testsite from T3D exceeds PHP maximum_execution_timeClosedSebastian Kurfuerst2006-01-03

Actions
Related to TYPO3 Core - Bug #17045: T3D Export crashes with memory exhaustedClosedGeorg Ringer2007-02-27

Actions
Related to TYPO3 Core - Feature #27272: Configurable T3D export memory limitClosed2011-06-07

Actions
Has duplicate TYPO3 Core - Bug #18926: class.tx_impexp.php sets 256m memory_limit without checking php.iniClosedGeorg Ringer2008-06-09

Actions
Is duplicate of TYPO3 Core - Feature #22882: Import / Export has hardcoded memory_limit setClosedChris topher2010-06-15

Actions
Actions

Also available in: Atom PDF