-
Does it make sense to support storing large (>63000B) files in RAM disks before processing? On Mikrotik CHR, CCR 2116, CCR 2216, RB 5009, RB 1100, CCR 2004, RB 3011 with >= 1G of RAM / Memory. It would make sense to allow sotring the fetched ipset files on a RAM disk before processing. This could alleviate the need to truncate the fetched ipset's.
Currently, I have a ram-disk (1 GB) defined as follows,
on the following platform,
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 36 replies
-
The limit is not defined by me, but RouterOS: The Actually it could download the complete list to a file, but that just moves the problem and makes it worse: Reading the content of a file is limited even more. I have reported this to support (SUP-132297 "fetch data truncated"), and the answer was:
... and ...
So feel free to send your own request... |
Beta Was this translation helpful? Give feedback.
-
Well, my comment made me think about it again, and I think I found a way to achieve support for "huge" downloads. Want to give it a try? You need to switch This requires code from RouterOS 7.13, so it will possibly stay in |
Beta Was this translation helpful? Give feedback.
-
The new code made it through the |
Beta Was this translation helpful? Give feedback.
The new code made it through the
next
branch and into themain
branch, and is available for anybody now. The size of a list is no longer limited by the script, but by devices' resources. (Also added a warning on this in documentation.)