> De: Darrel Schneider
> Enviado: lunes, 30 de septiembre de 2019 17:51
> Para: dev@geode.apache.org
> Asunto: Re: Off-heap support deactivation
>
> You can specify this setting at the time you create the region. Geode does
> not have support for changing it on
n, what is the utility of being able to run "alter disk-store" with
"--off-heap" parameter if that is something that will not change in the region?
De: Darrel Schneider
Enviado: lunes, 30 de septiembre de 2019 17:51
Para: dev@geode.apache.org
You can specify this setting at the time you create the region. Geode does
not have support for changing it on a region that already exists. Only a
few region attributes can be changed on a region that currently exists (see
the AttributesMutator API). So how is your region getting created? I think