VictorCMiraldo / hdiff

Hash-based Diffing for AST's
MIT License
75 stars 3 forks source link

Wrong option to `ulimit` #26

Open VictorCMiraldo opened 5 years ago

VictorCMiraldo commented 5 years ago

We should be calling ulimit -m; The -v option is for virtual memory

https://github.com/VictorCMiraldo/hdiff/blob/731e378a5a73a397b645ebd2d9971d23c24eb2c0/scripts/experiments/process-arguments.sh#L48