Skip to content

Commit

Permalink
Turn off transparent huge pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Massari committed Dec 17, 2015
1 parent 8566a60 commit 0f46e5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ env:
- NUODB_HOME=/opt/nuodb NUODB_VERSION=2.4.1.2

before_install:
- echo madvise > sudo tee /sys/kernel/mm/transparent_hugepage/enabled > /dev/null
- echo madvise > sudo tee /sys/kernel/mm/transparent_hugepage/defrag > /dev/null
- wget http://download.nuohub.org/nuodb_${NUODB_VERSION}_amd64.deb --output-document=/var/tmp/nuodb.deb
- sudo dpkg -i /var/tmp/nuodb.deb
- sleep 5
Expand Down

0 comments on commit 0f46e5a

Please sign in to comment.