Hi @sumankrsg,
Thank you for using Bitnami. Could you please provide more information about the issue?
- The result of the test using this website
https://www.webpagetest.org/
- Did you change any configuration setting in the installation after deploying the instance?
- What are the specifications of the machine (RAM, CPU, ...)?
- The output of these commands
ps -e -orss=,args= | sort -b -k1,1n | pr -TW$COLUMNS
ps -e -o pcpu,nice,state,cputime,args --sort -pcpu | head -10
df -ih
df -h
cd /opt/bitnami
sudo find . -type f | cut -d "/" -f 2 | sort | uniq -c | sort -n
du -h -d 1
tail -n 10000 /opt/bitnami/nginx/logs/access.log | awk '{print $1}'| sort| uniq -c| sort -nr| head -n 10
Thanks