[Typo3] typo3 lite version

tapio tapio.markula at dnainternet.net
Sat Sep 10 08:38:55 CEST 2005


> The problem is that not everyone has a webserver which permits him to
> use mor than 16MB pro session of the system memory.

This was problem with me. In the php.ini for the service, which I had 
ordered the memory limit was set 16 MB.
Endeed I made a trick and added this line

ini_set(memory_limit, '25M');

This is a little bit questionable because I should use only such 
PHP-applications, which don't use more than 16 MB.

I would be desirable that typo3 would work with 16 MB.

> The smaller typo3 version can e.g. adopt the database structure and
> use predefined plugins, but use smaller classes to work with the
> database.

I don't think that it would however reasonable to make entire another 
version and rewrite classes. Upgrades and installing plugins would be 
more difficult.

BTW. This issues belongs to *dev* list - not to this list because this 
concerns core development.



More information about the TYPO3-english mailing list