Skip to content

Commit

Permalink
test/java: increate the ghost file limit
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
avagin authored and rst0git committed Dec 12, 2024
1 parent 6d1da61 commit d46cbf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build/Dockerfile.openj9-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d46cbf7

Please sign in to comment.