How can I increase the amount of available memory available Solr in a Docker container?
I downloaded Solr from dockerhub and I am trying to increase the amount of available memory available to Solr. It seems that the JVM args are set to “-Xms512m -Xmx512” which means that there are only 512 mb available to Solr. How can I increase that limit?