Is it possible to disable state dump?

28 views
Skip to first unread message

Jinkun Geng

unread,
Jun 5, 2021, 2:41:02 AM6/5/21
to tla...@googlegroups.com
Hi, everyone.
I am running  tlc2.TLC in command line, on a 64-core Linux VM.
My tla file has many states, and I find that, during running, the states are dumped to my disk and soon occupied all the disk space. Since I only care about the final checking result. Is there any way (in command line) to disable states dump?


Markus Kuppe

unread,
Jun 5, 2021, 1:18:07 PM6/5/21
to tla...@googlegroups.com
Hi,

these files are part of the queue of *unexplored* states and not a dump
of explored states. In other words, this is an artifact of state-space
explosion. Run TLC with the "-gzip" parameter to compress the files if
you run short on disc space.

Markus
Reply all
Reply to author
Forward
0 new messages