Beyond loose keys, users might also have a defective keycap installed where a print error or error in the plastic has the key installed crooked with the text not aligned with the other keys.Вполне можно представить рабочего Foxconn, который спросонья вставил клавишу с пупырышкой на место H вместо J, и другого, который не глядя наклеил сверху буквы. Не знаю, как на Foxconn, но кое-где клавиши всё ещё вставляются вручную.
>type Test.java
public class Test { public static void main(String[] args) { System.out.println(String.format( "total %d max %d free %d", Runtime.getRuntime().totalMemory(), Runtime.getRuntime().maxMemory(), Runtime.getRuntime().freeMemory())); } }
>java Test
total 16252928 max 259522560 free 15956768
>java -Xmx1g Test
total 16252928 max 1037959168 free 15956776