From 5626c7b87575e9207b25579ce7ce84edcc6ca228 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Tue, 22 Jan 2013 19:36:40 +0000 Subject: Added a note about ulimit in the installation instructions; thanks to Hristina Palikareva for pointing this out. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@173185 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/GetStarted.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www') diff --git a/www/GetStarted.html b/www/GetStarted.html index 9e46ffbc..71e6b63a 100644 --- a/www/GetStarted.html +++ b/www/GetStarted.html @@ -152,6 +152,12 @@ used KLEE with a more recent version of STP.) +As documented on the STP website, it is essential to run the following +command before using STP (and thus KLEE): +
+ $ ulimit -s unlimited +
+
  • [Optional] Build uclibc and the POSIX environment model: -- cgit 1.4.1