Memory Errors.... Php? Mysql? phpmyadmin? Server Hardware seems to be fine

I did do this to see if it would fix the issue and still having the issues with memory…

[root@webserver ~]# db configuration show php
php=configuration
    AllowUrlFopen=1
    DateTimezone=America/Chicago
    ExposePhp=0
    MaxExecutionTime=30
    MemoryLimit=32
    PostMaxSize=8
    ShortOpenTag=0
    UploadMaxFilesize=2
[root@webserver ~]# db configuration setprop php UploadMaxFilesize 32
[root@webserver ~]# db configuration setprop php MemoryLimit 4096
[root@webserver ~]# signal-event nethserver-php-update
[root@webserver ~]# db configuration show php
php=configuration
    AllowUrlFopen=1
    DateTimezone=America/Chicago
    ExposePhp=0
    MaxExecutionTime=30
    MemoryLimit=4096
    PostMaxSize=8
    ShortOpenTag=0
    UploadMaxFilesize=32
[root@webserver ~]#

I found this article and thought maybe it might be similar in fixing my issues…

http://community.nethserver.org/t/editing-php-ini/661/2