agile6v commented on issue #1304: URL: https://github.com/apache/apisix/issues/1304#issuecomment-915921132
> @agile6v Try to set the `proxy_temp_path` to /dev/shm or other tmpfs file systems can be an alternative way to implement the memory-based proxy cache. `/dev/shm` or `tmpfs` is a good workaround. But it has a serious problem that it cannot be cleaned up in time when the disk space is full. It may cause client receive 500 response code. Thanks. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
