memtester's exit code is 0 when everything works properly. Otherwise, it is the logical OR of the following values:
x01
error allocating or locking memory, or invocation error
x02
error during stuck address test
x04
error during one of the other tests
从 memtester 手册页:
所以 6 是 2 和 4 的逻辑“或”