I've been attempting to containerize a Java application with Docker. When I have the container run this process as a user other than root, CPU usage goes to 100% and stays there. However, with root, it is much more well behaved, sitting around 2%. I've been attempting to containerize a Java app