princeton-sns / firecracker-tools

5 stars 5 forks source link

Update nodejs and python2 wrapper scripts and firerunner's default cmd_line #28

Closed tan-yue closed 5 years ago

tan-yue commented 5 years ago
  1. put importing app source code after sending ready signal
  2. open /dev/ttyS1 in write mode inside wrapper scripts instead of redirecting stdout of /bin/runtime-workload to /dev/ttyS1 in /bin/workload
  3. fix nodejs snapshotting signal. The for loop should start with i=1
  4. set firerunner to use console=none by default.