set limit before running for spray
This commit is contained in:
parent
ff990329f6
commit
0b0db01265
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ CFLAGS += -Wextra
|
|||
CFLAGS += -D_FILE_OFFSET_BITS=64
|
||||
|
||||
run: leak.o
|
||||
ulimit -n $(shell ulimit -n -H)
|
||||
./leak.o
|
||||
|
||||
%.o: %.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue