--- drupal-4.6.5/includes/locale.inc 2005-07-29 22:01:17.000000000 +0300 +++ /tmp/locale.inc 2006-01-03 11:05:40.000000000 +0200 @@ -122,6 +122,7 @@ // If not in 'safe mode', increase the maximum execution time: if (!ini_get('safe_mode')) { set_time_limit(240); + ini_set('memory_limit', '128M'); } // Check if we have the language already in the database