You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "jensg-st (via GitHub)" <gi...@apache.org> on 2023/04/01 15:21:25 UTC

[GitHub] [apisix] jensg-st commented on issue #8719: bug: Unable to use memory proxy cache

jensg-st commented on issue #8719:
URL: https://github.com/apache/apisix/issues/8719#issuecomment-1493003520

   I have started from scratch and added this to the configmap:
   
   ```yaml
   zones:                             # The parameters of a cache
            - name: memory-cache
              memory_size: 100m
   ```
   
   And in the route:
   
   ```yaml
   plugins:
       - config:
           cache_strategy: memory
           cache_zone: memory-cache
         enable: true
         name: proxy-cache
   ```
   
   It seems to work now and I can not reproduce the issue anymore. Seems to be ok.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org