/** Sets the minimum free memory after a GC */
 @Configurable
 public void setPermGenFreeMin(Bytes min) {
   _config.setPermGenFreeMin(min);
 }