We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a980d40 commit 87f2cafCopy full SHA for 87f2caf
README.md
@@ -110,7 +110,7 @@ heap, so let's measure it using ``ps`` command:
110
```
111
Inigos-MacBook-Pro:spring-boot-docker-size inigo$ ps aux 14526
112
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
113
-inigo 14526 0.0 4.0 10241740 669648 s004 S+ 4:25PM 0:33.05 /usr/bin/java -jar target/spring-petclinic-2.1.0.BUILD-SNAPSHOT.jar```
+inigo 14526 0.0 4.0 10241740 669648 s004 S+ 4:25PM 0:33.05 /usr/bin/java -jar target/spring-petclinic-2.1.0.BUILD-SNAPSHOT.jar
114
115
116
We can see that PetClinic's process actually is using almost `650MB` of memory.
0 commit comments