Hello everyone! I have really big issue i cant solve
I have linux server
OS: Ubuntu 14
Memory: 2 GB
CPU: 4 Cores (lowest core 1.9)
I have database user_ip where are over 200K rows
Structure: http://prntscr.com/jahmue
when i open page where i can see all ips (there is paging)
page just dies instantly (note it worked well when was about 100K)
This is what i get from error log:
[Tue Apr 24 13:02:00.979239 2018] [fastcgi:error] [pid 1611] (104)Connection reset by peer: [client IP] FastCGI: comm with server "/usr/lib/cgi-bin/php5.fcgi" aborted: read failed, referer: mypage
[Tue Apr 24 13:02:00.979875 2018] [core:error] [pid 1611] [client IP] AH00524: Handler for fastcgi-script returned invalid result code 1, referer: mypage
I could not find the issue and dont know what to do
Please help!