about summary refs log tree commit diff homepage
path: root/www
diff options
context:
space:
mode:
authorCristian Cadar <cristic@cs.stanford.edu>2013-01-22 19:36:40 +0000
committerCristian Cadar <cristic@cs.stanford.edu>2013-01-22 19:36:40 +0000
commit5626c7b87575e9207b25579ce7ce84edcc6ca228 (patch)
treef3436586f6b161f54c64cdb3988c433d66203078 /www
parent4f1ad0a8426e0bba970bfaef1367e4e7a70ad0c1 (diff)
downloadklee-5626c7b87575e9207b25579ce7ce84edcc6ca228.tar.gz
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
Diffstat (limited to 'www')
-rw-r--r--www/GetStarted.html6
1 files changed, 6 insertions, 0 deletions
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.)
 </div>
 </li>
 
+As documented on the STP website, it is essential to run the following
+command before using STP (and thus KLEE):
+<div class="instr">
+  $ ulimit -s unlimited
+</div>
+
 
 <li>[Optional] <b>Build uclibc and the POSIX environment model:</b>