Open DevShivmohan opened 2 years ago
java -jar Spectrum-Admin.jar -xms400M -xmx800
The flag Xmx specifies the maximum memory allocation pool for a Java Virtual Machine (JVM), while Xms specifies the initial memory allocation pool. This means that your JVM will be started with Xms amount of memory and will be able to use a maximum of Xmx amount of memory. For example, starting a JVM like below will start it with 256 MB of memory and will allow the process to use up to 2048 MB of memory:
Example:- java -Xms256m -Xmx2048m -Xmx1024k -Xmx512m -Xmx8g
- uses: actions/upload-artifact@v1
with:
name: report-release
path: /home/runner/work/spectrum-admin/spectrum-admin/Backend/target
Where path is the file or directory path to release
Like this screenshot
Build and deployement spring boot project on cloude server