What should be minimum and maximum recommended size for heap memory in JENKINS as per ram size ?
While starting jenkins server on Docker container, generally pass JAVA_OPTS parameter for heap memory allocation. There parameters are given below, Use -Xmx to specify the maximum heap size Use -Xms to specify the initial Java heap size Use -Xss to set the Java thread stack size
The example command would be:
```
```