Good day.
I am running a Java Application on AWS Elastic Beanstalk. I have to increase the heapspace, normally I would do so via -Xmx and Xms.
How do I accomplish this on AWS?
I'm deploying it in the most simple way possible - uploading a jarfile and running it. I've already found this solution on here:
Not able to set JVM heap size on AWS Elastic Beanstalk Java SE Platform
Putting a Procfile into a .zip together with my .jar is accepted when deploying but changes nothing. I really am out of ideas, can anyone help?