web proxy cache is limited by memory size

Hello

I use mikrotik 2.9.6 and use it for dedicated proxy, the log is showing this msg “web-proxy warning – web proxy cache is limited by memory size”.

while settings for my web proxy is
Max Object size : 4096
Cache Drive : system
Maximum cache size : unlimited
maximum RAM cache size : unlimited
is there any suggestion ?

ps. my harddisk size is 20Gb and RAM 256

you can try this :

[admin@MikroTik] ip web-proxy set enabled=yes port=8080 transparent-proxy=yes

and :

[admin@MikroTik] >ip firewall nat add src-address=local in-interface=local dst-port=80 protocol=tcp action=redirect to-ports=8080 chain=dstnat

hope this help :wink:

my web-proxy is already configured by that, btw thanks