mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
test/java: increate the ghost file limit
Right now, this test fails with this error: Error (criu/files-reg.c:1031): Can't dump ghost file /criu/test/javaTests/omrvmem_000000626_Mlm48x of 2097152 size, increase limit Signed-off-by: Andrei Vagin <avagin@google.com>
This commit is contained in:
parent
dc6cef0b4c
commit
15c81c1262
1 changed files with 2 additions and 1 deletions
|
|
@ -24,9 +24,10 @@ RUN apt-install protobuf-c-compiler \
|
|||
gcc \
|
||||
maven
|
||||
|
||||
RUN mkdir -p /etc/criu && echo 'ghost-limit 16777216' > /etc/criu/default.conf
|
||||
COPY . /criu
|
||||
WORKDIR /criu
|
||||
|
||||
RUN make mrproper && make -j $(nproc) CC="$CC"
|
||||
|
||||
ENTRYPOINT mvn -q -f test/javaTests/pom.xml test
|
||||
ENTRYPOINT mvn -f test/javaTests/pom.xml test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue