What exactly does -Xms mean in terms of Java heap memory? We are running in a 1024-2048 min-max memory allocation. Due to some issues we turned it down from 2048 to 1728 max and from 1024 to 512 min.
How does -Xms affect heap memory allocation and why does the max memory decrease when -Xms values are decreased?