Closed Raduh closed 10 years ago
Seems alright to me... (up to KiB / Kb standard (base 1000 or 1024) and rounding up or down. What does ls -lh
say?
Also, it currently always prints Kb regardless of the magnitude of the data. Probably should add this to utils: http://stackoverflow.com/questions/3758606/how-to-convert-byte-size-into-human-readable-format-in-java
When running
The compressed index size is reported as 852K. However,
du -h
, says it is 861K.