After moving over my����A���ʶW�L�ڪ� test blog��ճի� to the new server, I noticed that the Admin Dashboard (with tons of unnecessary feeds) wasn't displaying.��s���A�Ⱦ��A�ڵoı�޲z����x�]�������n���}�ơ^�S����ܡC It shows just a blank page.�����A�u�O�@�Ӫťխ��C

Apache error log had a very interesting message: Apache����~��x�����@�ӫܦ��쪺�T���G
Allowed memory size of 8388608 bytes exhausted (tried to allocate 0 bytes) ��O���骺�j�p8388608�r�`�κɡ]�չϤ��t0�r�`�^

The solution is simple.�ѨM��k��²��C
1. 1 �C Increase memory_limit in php.ini to a higher value.�W�[memory_limit�bphp.ini���A�H�󰪪���ȡC I have set it to 64MB:�ڤw�g�N���]�m��64 MB���G
memory_limit = 64M memory_limit = 64��

2. 2 �C Restart the Apache HTTP Server.���s�Ұ�Apache HTTP�A�Ⱦ��C On linux that would be:�bLinux�W���N�O�G
service httpd restart �A�Ȫ�httpd���s�Ұ�

Note: The same technique can be used to increase maximum allocated memory for any php scripts.�`�G�P�@�޳N�A�i�H�ΨӼW�[�A�̰��i���t���s������PHP�}���C

An even better solution is to replace it with�@�ӧ��n���ѨM��k�O�n��N���� WordPress Dashboard hack�bWordPress����O���J . �C