Show
Ignore:
Timestamp:
12/07/06 19:12:02 (2 years ago)
Author:
sven
Message:

add example php memory limit adjustment to htaccess

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/htaccess-dist

    r746 r748  
    1616# NB: Adjusting value may not work, depending on other configured php and apache limits 
    1717#php_value upload_max_filesize 5242880 
     18 
     19# Elgg can be more of a RAM lover than PHP's default of 8 meg. E.g. 16 meg: 
     20#php_value memory_limit 16777216 
    1821 
    1922# Not really necessary, just to be clean