rodrigomasini commited on
Commit
0afba27
1 Parent(s): 98911c0

Create start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +6 -0
start_server.sh ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+
3
+ # For mlock support
4
+ ulimit -l unlimited
5
+
6
+ python3 -B main.py