SWI-prolog memory to upload a file
Asked Answered
G

0

6

I have a problem, I followed this tutorial, but when I upload a file, it remains in memory and is never released.

I use swi-prolog 6.6.6 and I tried with swi-prolog 7.1.36

How I can do to free up memory?

Grovergroves answered 18/5, 2015 at 13:31 Comment(2)
Did you fully copy the code, or did you make small modifications? Note that some runtime environments do not release memory, but simply reuse it for other tasks. It results in less questions to the operating system for more or less memory.Hibernaculum
On the top of the page you linked it also says "NOTE This example requires SWI-Prolog 7.2 or later."Dufy

© 2022 - 2024 — McMap. All rights reserved.