// Set an invalid memory so next time page opens, it restores a
// valid value
descriptor.getDeploymentInfo().setMemory(-1);
status = CloudFoundryPlugin.getErrorStatus(Messages.ERROR_INVALID_MEMORY);
}
handleChange(new PartChangeEvent(memoryVal, status, CloudUIEvent.MEMORY));
}