Skip to content

Commit

Permalink
refined comment about running MongoDB container on old CPU
Browse files Browse the repository at this point in the history
- as reported by #190
  • Loading branch information
Arnaud Bouchez committed Jun 6, 2023
1 parent a6b47bb commit ba2b2aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ex/mongodb/MongoDBTests.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ program MongoDBTests;
- sudo docker exec -it mongodb bash
- sudo docker stop mongodb
- sudo docker rm mongodb
For old CPUs without AVX, you may need to specify an older version:
- sudo docker run --name mongodb -d -p 27017:27017 mongo:4.8.11
see https://github.com/synopse/mORMot2/issues/190
}
uses
Expand Down
2 changes: 1 addition & 1 deletion src/mormot.commit.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'2.1.5513'
'2.1.5514'

0 comments on commit ba2b2aa

Please sign in to comment.