What is xmx and xms?
Omar Ismail
Senior Software Engineer @ Digitinary | Java 8 Certified? | Spring & Spring Boot?????? | AWS? | Microservices ?? | RESTFul Apis & Integrations ?? FinTech ?? | Open Banking ?? | Digital Payments and Transformation??
xmx?and?xms?are JVM,?Java Virtual Machine, command-line options/flags that are used by programmers to manipulate the heap size used by JVM. This allows them to optimize the speed and memory of different java applications.
About?xms
java?-xms{Numerical?Size}{Unit}
where?Unit?is?k/K
k/K?for kilobytes,?m/M
m/M?for megabytes, and g/G for gigabytets.
About?xmx
java?-xms{Numerical?Size}{Unit}
where Unit is k/K for kilobytes, m/M for megabytes, and g/G for gigabytes.
Pitfalls
Software Architect | Lead Software Engineer | E-commerce | Fintech
2 年Xms?is a scaling step Xmx?is a maximum scaling limit
Java Software Developer at Intalio-EverteamGS
3 年Thanks Omar for sharing all this knowledge . can you add your sources in every post?
Senior Software Engineer
3 年Thank you for sharing all those informations