Within the schedule method memory needed in low memory mode is calculated like following: memory_state.needed = ((Global::memory_limit * 10) / 100) + excess; Could we add a config property for the 10%? So it would look like this: memory_state.needed = ((Global::memory_limit * <prop_value_percentage>) / 100) + excess; this would help to optimize the configuration in difficult memory situations.
-- You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hypertable-dev?hl=en.
