Solutions Architect - IT-Online it-online.co.za - get the latest breaking news, showbiz & celebrity photos, sport news & rumours, viral videos and top stories from it-online.co.za Daily Mail and Mail on Sunday newspapers.
Minimum quakification required:
Minimum NQF 7 – BSC/BCom/BTech in Information Technology , Information Systems Engineering or Computer Science or relevant equivalent
Experience and Skills Required:
Scrum Master or Agile Methodology Training
Development and DevOps Practices (Continuous Integration/ Agile Testing)
Extensive experience with REST API’s design
Extensive experience with database technologies
Extensive experience with build tools and servers
Experience with Kubernetes
Experience with Message processing and caching mechanism
Experience with application monitoring tools
Domain Driven Design Experience
REST API design
Minimum quakification required:
Minimum NQF 7 – BSC/BCom/BTech in Information Technology , Information Systems Engineering or Computer Science or relevant equivalent
Experience and Skills Required:
Scrum Master or Agile Methodology Training
Development and DevOps Practices (Continuous Integration/ Agile Testing)
Extensive experience with REST API’s design
Extensive experience with database technologies
Extensive experience with build tools and servers
Experience with Kubernetes
Experience with Message processing and caching mechanism
Experience with application monitoring tools
Domain Driven Design Experience
Desired Skills:
7 JVM Arguments of Highly Effective Applications [Videos]
In all these 4 videos, we share 7 important JVM arguments that will boost your Java/Scala/Jython application performances. by
Join the DZone community and get the full member experience.Join For Free
You can pass 600+ arguments to JVM just around garbage collection and memory. It’s way too many arguments for anyone to digest and comprehend. In all these 4 videos, we share 7 important JVM arguments that will boost your Java/Scala/Jython application performances.
Videos
The maximum heap size (
-Xss) is discussed in detail.
In this part, the arguments related to garbage collection are explained:
Chaos Engineering: Simulating OutOfMemoryError
This java.lang.OutOfMemoryError: Java Heap space will be thrown by the application when the application generates more objects than the allocated heap size. by
Join the DZone community and get the full member experience.Join For Free
In the series of chaos engineering articles, we have been learning to simulate various performance problems. In this post, let’s discuss how to simulate java.lang.OutOfMemoryError: Java Heap space problem. This java.lang.OutOfMemoryError: Java Heap space will be thrown by the application when the application generates more objects than the allocated heap size.
Sample Program