convissor / login-security-solution

Development of the login-security-solution WordPress plugin happens here.
33 stars 21 forks source link

WP Security causes errors while loading site. #23

Closed rogeracuna closed 11 years ago

rogeracuna commented 11 years ago

wp-security bug

WP Security causes errors while loading site. The plugin tried to allocate 20MB of memory.

convissor commented 11 years ago

PHP tried to allocate ~20 KB while inside my plugin, which pushed PHP over the ~20 MB memory_limit php.ini setting. Increase the value of that setting.