This is not a bug. You server is configured with a memory limit of 16M, I guess. If you have many modules installed you may exceed this limit when you visit the modules page (search for 'white screen of death' for discussion on that). A simple fix is to add ini_set('memory_limit', '20M'); or larger to your site's 'settings.php' (under /sites/xxx/settings.php). This issue is fixed in Drupal 5.Sirve también para drupal 6
Estaba montando un sitio de pruebas para drupal y cuando iba a la lista de modulos me desplego el siguiente mensaje:
Allowed memory size of 16777216 bytes exhausted
Buscando en los foros de drupal encontre la solucion:
Comentarios