JAVA : Spring Boot

JAVA : Spring Boot

When running Java Spring JAR file. Limit it's usage by following command

java -XX:+UseSerialGC -Xss512k -XX:MaxRAM=512m - jar JARFILENAME-0.0.1-SNAPSHOT.jar
    • Related Articles

    • What & How : CI/CD

      CI/CD stands for Continuous integration and continuous delivery. It is a practice of automating all the manual process and reaching the finished line with the minimum of friction.  We have used some tools to automate the process of building the code ...
    • view logs in grafana openxcell

      Hello Here, I'll outline every step for viewing the API-Development server's logs. technology is used, such as Java, Node.js, and Next.js. Step 1 : Login GRAFANA : https://grafana.openxcell.dev/login Note : Login with openxcell SSO Step 2 : Go to ...
    • Private Bucket Access Code

      Hello all, It a pleasure to take a small steps towards establishing a good security concerns. It's been mandate now  for every developer to upload and download their precious data from AWS S3 private bucket only. How to access data from Private ...
    • What & How : Docker commands

      1. Install Docker $curl https://get.docker.com/ > dockerinstall && chmod 777 dockerinstall && ./dockerinstall 2. Docker should now be installed, the daemon started, and the process enabled to start on boot. Check that it's running: $service docker ...