I installed Jenkins LTS version (Jenkins v2.444) in my Apple Mac M2 Pro chip laptop which has 32 GB SSD RAM.
After installing, I saw very slow performance of Jenkins server. I did stopped all other services in the laptop but still experienced the same issue. I even tried giving 4GB heap as below, but still experiencing the same slowness.
It takes 1-5 mins to go from one page to another page. Its a frustrating experience.
/opt/homebrew/opt/openjdk/bin/java -Xms1024m -Xmx4096m -Dmail.smtp.starttls.enable=true -jar /opt/homebrew/opt/jenkins-lts/libexec/jenkins.war --httpListenAddress=127.0.0.1 --httpPort=8080
When tried with another Macbook M1 Pro chip, the performance was good.
Is this a known issue? Please advise.