Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary files cannot be deleted in mmap mode #1017

Open
LEIHAOYUAN opened this issue Apr 27, 2023 · 0 comments
Open

Temporary files cannot be deleted in mmap mode #1017

LEIHAOYUAN opened this issue Apr 27, 2023 · 0 comments

Comments

@LEIHAOYUAN
Copy link

LEIHAOYUAN commented Apr 27, 2023

Dear author:
Dependent version: 3.0.8
example code:
DBMaker.tempFileDB()
.fileMmapEnable()
.fileMmapPreclearDisable()
.fileDeleteAfterClose()
.closeOnJvmShutdown()
.closeOnJvmShutdownWeakReference()
.make();
problem description:
Temporary files can be deleted normally under java unit tests. Temporary file deletion is not deleted in the Spring web environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant