Re: Off-heap support deactivation

2019-10-02 Thread Darrel Schneider
> 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

RE: Off-heap support deactivation

2019-10-02 Thread Alberto Bustamante Reyes
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

Re: Off-heap support deactivation

2019-09-30 Thread Darrel Schneider
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

Off-heap support deactivation

2019-09-30 Thread Alberto Bustamante Reyes
Hi all, Is it possible to change the off-heap support of a region once it is created? The idea I got from documentation is that it is possible to do it if the region is persistent, as the off-heap flag of the region can be changed using "alter disk-store". I have run the following example to c