Tiny php file using 240MB memory and 190 sessions at a time
Hello,
in my Apache Pre-Virtualhost include file i have instruction to redirect domains without valid Document root to one php page: /home/myusername/public_html/hostname/index.php
ServerName mywhmserviphere
DocumentRoot /home/myusername/public_html/hostname
ServerAdmin support@mydomain.com[/EMAIL]
suPHP_UserGroup myusernameicph
that index.php file contains just one line of code: text other text, in total one sentence." ?>
But despite that it seems someone is visiting that file and it is using alot of memory, each visit: 190 session at a time, one looks like: User:myusername PID:12730 PPID:12727 Run Time:26(secs) Memory:243796(kb) exe:/usr/bin/php cmd:/usr/bin/php /home/myusername/public_html/hostname/index.php
Is it normal so small file is using so much memory? Please can i somehow prevent so much sessions at a time with so high runtime while it is such simple .php?
that index.php file contains just one line of code: text other text, in total one sentence." ?>
But despite that it seems someone is visiting that file and it is using alot of memory, each visit: 190 session at a time, one looks like: User:myusername PID:12730 PPID:12727 Run Time:26(secs) Memory:243796(kb) exe:/usr/bin/php cmd:/usr/bin/php /home/myusername/public_html/hostname/index.php
Is it normal so small file is using so much memory? Please can i somehow prevent so much sessions at a time with so high runtime while it is such simple .php?
-
Hello, Could you open a support ticket using the link in my signature so we can take a closer look at your system to see what's happening? You can post the ticket number here so we can update this thread with the outcome. Thank you. 0
Please sign in to leave a comment.
Comments
1 comment