203: Aneamal file exceeds textcap

The size of linked Aneamal files which are marked by the [a] file token and which are to be integrated into a webpage is limited to a certain value, the textcap. It is 262144 (= 2^{18}) bytes by default, but can be set to a different value by you. The main purpose of the textcap is to prevent accidental output of huge files like videos as a webpage instead of handling them as a video stream.

Solution

If you really want to integrate a huge Aneamal file into the webpage, you can set the textcap to a sufficiently big number of bytes like this:

@ textcap: 1048576

If you did not mean to integrate an Aneamal file into the webpage, but want to link to an image or video file for example, make sure to use the appropriate file token.

If you did not want the file to be integrated into the webpage, but want it to be accessible by a hyperlink only, you can prepend a backslash like this:

\[a]->filename.nml