in src/main/java/org/apache/datasketches/vector/decomposition/PreambleUtil.java [236:240]
private static void throwNotBigEnough(final long cap, final int required) {
throw new IllegalArgumentException(
"Possible Corruption: Size of byte array or Memory not large enough: Size: " + cap
+ ", Required: " + required);
}