I am using swi-prolog version: 6.3.11. And there is no ~/.plrc. swipl -q
starts VERY slow and needs more RAM given by top
:
size:315M RES:210M
?- listing.
:- thread_local thread_message_hook/3.
:- dynamic thread_message_hook/3.
:- volatile thread_message_hook/3.
However, swipl -q -f foo.pl
starts VERY quickly and needs few RAM:
size:11160K RES:4236K
I am building pl-devel on FreeBSD 9. (I guess swipl -q
uses system wide initial file which i cannot find ? )
Regards!