Browse Source

Try to debug max threads

Ben Hood 11 years ago
parent
commit
db0f67f51b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -13,6 +13,7 @@ before_install:
   - sudo apt-get update
 
 install:
+  - cat /proc/sys/kernel/threads-max
   - sudo apt-get install -y libjna-java python-pip
   - sudo pip install cql PyYAML six
   - go get code.google.com/p/go.tools/cmd/vet